We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 490d291 commit 9f448adCopy full SHA for 9f448ad
1 file changed
.github/workflows/create_tags.yml
@@ -11,7 +11,7 @@ jobs:
11
permissions:
12
contents: write
13
steps:
14
- - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc7 # v3.1.0
+ - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
15
with:
16
fetch-depth: '0'
17
- uses: robinraju/release-downloader@d6de084c58345d09b017e22701dbcf26977cfd14 # v1.6
@@ -21,7 +21,7 @@ jobs:
21
tag: v0.1.0
22
- run: |
23
# Make sure the tagger is what we expect
24
- echo "efe6d66750425757e599e586b995a19868e0f6b87428c872abce541df423f9d2 tagger.linux"|sha256sum --check --status
+ echo "efe6d66750425757e599e586b995a19868e0f6b87428c872abce541df423f9d1 tagger.linux"|sha256sum --check --status
25
26
chmod +x $GITHUB_WORKSPACE/tagger.linux
27
$GITHUB_WORKSPACE/tagger.linux move -s -p 'v' ${RELEASE_TAG##*/}
0 commit comments