1
0
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:
Benjamin Levesque
2022-10-28 15:43:42 +02:00
parent 8614edc304
commit 726c11b3a5

View File

@@ -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