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