Skip to content

Commit

Permalink
Push tags
Browse files Browse the repository at this point in the history
  • Loading branch information
benjlevesque committed Oct 28, 2022
1 parent 8614edc commit 726c11b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 726c11b

Please sign in to comment.