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 31450a1 commit f58ec06Copy full SHA for f58ec06
.github/workflows/release.lib.yaml
@@ -95,7 +95,7 @@ jobs:
95
96
- name: Create GitHub release
97
if: ${{ env.SKIP != 'true' }}
98
- uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2
+ uses: softprops/action-gh-release@aec2ec56f94eb8180ceec724245f64ef008b89f5 # v2
99
with:
100
tag_name: ${{ env.version }}
101
name: Release ${{ env.version }}
0 commit comments