We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd020b7 commit cdabc2fCopy full SHA for cdabc2f
.github/workflows/buildkit.yml
@@ -283,7 +283,7 @@ jobs:
283
-
284
name: GitHub Release
285
if: startsWith(github.ref, 'refs/tags/v')
286
- uses: softprops/[email protected]
+ uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
287
env:
288
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
289
with:
.github/workflows/frontend.yml
@@ -178,7 +178,7 @@ jobs:
178
steps:
179
180
181
- uses: softprops/action-gh-release@67b6c38432c171b8aa64dc6f3f152d12da2d99fa # v2.2.0
182
183
184
0 commit comments