We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b89029e + dc17f4f commit 11d4a1dCopy full SHA for 11d4a1d
1 file changed
.github/workflows/create_tags.yml
@@ -20,6 +20,8 @@ jobs:
20
fileName: "tagger.linux"
21
tag: v0.1.0
22
- run: |
23
+ # Make sure the tagger is what we expect
24
+ echo "efe6d66750425757e599e586b995a19868e0f6b87428c872abce541df423f9d2 tagger.linux"|sha256sum --check --status
25
chmod +x $GITHUB_WORKSPACE/tagger.linux
26
$GITHUB_WORKSPACE/tagger.linux move -s -p 'v' ${RELEASE_TAG##*/}
27
rm $GITHUB_WORKSPACE/tagger.linux
0 commit comments