mirror of
https://github.com/benjlevesque/short-sha.git
synced 2025-12-06 01:37:51 +01:00
Push tags
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -28,7 +28,8 @@ jobs:
|
||||
git config user.name 'github-actions[bot]'
|
||||
git config user.email 'github-actions[bot]@users.noreply.github.com'
|
||||
git add dist/
|
||||
git commit -m "Release ${{ github.release.tag_name }}"
|
||||
git commit -m "Release ${{ github.event.inputs.tag }}"
|
||||
git tag ${{ github.event.inputs.tag }}
|
||||
git push
|
||||
git push --tags
|
||||
|
||||
Reference in New Issue
Block a user