diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 87f6f127..eac6391d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: run: pnpm build - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: name: web-monetization-extension@${{ env.VERSION }} tag_name: ${{ format('{0}', env.VERSION) }}