Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
68c307e258 |
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -260,6 +260,7 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
echo "Creating new tag: ${{ needs.set-tag.outputs.tag_name }}"
|
||||
git tag ${{ needs.set-tag.outputs.tag_name }}
|
||||
git push origin ${{ needs.set-tag.outputs.tag_name }}
|
||||
|
||||
|
Reference in New Issue
Block a user