diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f94084d..371b049 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - name: Run Semantic Release id: semantic - uses: docker://ghcr.io/codfish/semantic-release-action:v1 + uses: docker://ghcr.io/codfish/semantic-release-action:v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -