Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
c81040b16b | |||
68c307e258 |
@@ -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