Skip to content

Commit

Permalink
Repair tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
agersant committed Sep 29, 2024
1 parent 63b9271 commit 47c73f6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,14 @@ jobs:
uses: EndBug/add-and-commit@v9
with:
message: "Updated version number"
tag: -f -a ${{ github.event.inputs.versionNumber }} -m "Version number"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Add <version number> Git Tag
run: |
git config --global user.name ${{ github.actor }}
git config --global user.email "<>"
git tag -f -a ${{ github.event.inputs.versionNumber }} -m "Version number"
git push -f --tags
windows:
name: Windows
Expand Down

0 comments on commit 47c73f6

Please sign in to comment.