Compare commits
1 Commits
v0.1.7
...
2249d1a776
| Author | SHA1 | Date | |
|---|---|---|---|
| 2249d1a776 |
@@ -141,5 +141,6 @@ 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