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 25e9950 commit 0fc7d74Copy full SHA for 0fc7d74
.github/workflows/release.yml
@@ -112,7 +112,7 @@ jobs:
112
path: ./out/
113
- name: Publish GitHub release
114
id: publish_github_release
115
- uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
+ uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
116
with:
117
token: "${{ secrets.RELEASE_GITHUB_TOKEN }}"
118
name: "v${{ steps.gitversion_vars.outputs.SemVer }}"
0 commit comments