We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5659ef5 commit 0baa4ebCopy full SHA for 0baa4eb
1 file changed
.github/workflows/build.yml
@@ -131,7 +131,7 @@ jobs:
131
make build sign "VERSION=${VERSION}"
132
)
133
- name: Create release
134
- uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2.6.2
+ uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
135
with:
136
name: ${{ needs.generate-version.outputs.version }}
137
tag_name: ${{ needs.generate-version.outputs.version }}
0 commit comments