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 6f8a504 commit d8169f0Copy full SHA for d8169f0
.github/workflows/release-tag.yml
@@ -41,7 +41,7 @@ jobs:
41
# only run if tag is not alpha
42
if: steps.tag.outputs.pkgName
43
id: release_tag
44
- uses: yyx990803/release-tag@master
+ uses: yyx990803/release-tag@8cccf7c5aa332d71d222df46677f70f77a8d2dc0 # v1.0.0
45
env:
46
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47
with:
0 commit comments