mirror of
https://github.com/benjlevesque/short-sha.git
synced 2026-03-08 05:14:53 +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.name 'github-actions[bot]'
|
||||||
git config user.email 'github-actions[bot]@users.noreply.github.com'
|
git config user.email 'github-actions[bot]@users.noreply.github.com'
|
||||||
git add dist/
|
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 tag ${{ github.event.inputs.tag }}
|
||||||
git push
|
git push
|
||||||
|
git push --tags
|
||||||
|
|
||||||
Reference in New Issue
Block a user