Skip to content

Commit

Permalink
Add GitHub run number to Git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
BoilingTeapot committed Sep 16, 2024
1 parent 40ab846 commit 0b551dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
- name: Git Version
id: version
uses: codacy/[email protected]
with:
prefix: v

- name: Build
run: |
Expand All @@ -47,6 +45,6 @@ jobs:
publish/magesscripttool-linux-amd64.zip
publish/magesscripttool-windows-amd64.zip
publish/mgs-spec-bank.zip
tag_name: ${{ steps.version.outputs.version }}
tag_name: ${{ steps.version.outputs.version }}.${{ github.run_number }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0b551dc

Please sign in to comment.