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 dbe5a5f commit 6f1ca5cCopy full SHA for 6f1ca5c
.github/workflows/release.yaml
@@ -123,7 +123,7 @@ jobs:
123
124
- name: Create GitHub release
125
if: ${{ env.SKIP != 'true' }}
126
- uses: softprops/action-gh-release@d5382d3e6f2fa7bd53cb749d33091853d4985daf # v2
+ uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2
127
with:
128
tag_name: ${{ env.version }}
129
name: Release ${{ env.version }}
0 commit comments