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 9f448ad commit ab9bdebCopy full SHA for ab9bdeb
.github/workflows/create_tags.yml
@@ -21,7 +21,7 @@ jobs:
21
tag: v0.1.0
22
- run: |
23
# Make sure the tagger is what we expect
24
- echo "efe6d66750425757e599e586b995a19868e0f6b87428c872abce541df423f9d1 tagger.linux"|sha256sum --check --status
+ echo "efe6d66750425757e599e586b995a19868e0f6b87428c872abce541df423f9d2 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