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 d5e3e00 commit 82c491aCopy full SHA for 82c491a
.github/workflows/release.yaml
@@ -83,7 +83,7 @@ jobs:
83
84
- name: Create GitHub release
85
if: ${{ env.SKIP != 'true' }}
86
- uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2
+ uses: softprops/action-gh-release@aec2ec56f94eb8180ceec724245f64ef008b89f5 # v2
87
with:
88
tag_name: ${{ env.version }}
89
name: Release ${{ env.version }}
0 commit comments