diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6aacbf83..73b4cebf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -261,7 +261,7 @@ jobs: - name: Create GitHub Release with assets if: github.event.inputs.dry-run != 'true' && steps.publish.outputs.published == 'true' - uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 with: tag_name: v${{ fromJson(steps.publish.outputs.publishedPackages)[0].version }} name: v${{ fromJson(steps.publish.outputs.publishedPackages)[0].version }}