Skip to content

Commit

Permalink
new tag test
Browse files Browse the repository at this point in the history
  • Loading branch information
na1307 committed Jan 13, 2025
1 parent 43cd85d commit 4eaf926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
id: describe
if: github.event_name == 'push'
shell: pwsh
run: echo "InfoVersion=$($(git describe --tags --long) -replace $(git describe --tags --abbrev=0),'${{ steps.bump.outputs.newVersion }}')" >> $env:GITHUB_OUTPUT
run: echo "InfoVersion=$($(git describe --tags --long) -replace $(git describe --tags --abbrev=0),"${{ steps.bump.outputs.newVersion }}-from_$(git describe --tags --abbrev=0)")" >> $env:GITHUB_OUTPUT
- name: Set Version
if: github.event_name == 'push'
uses: vers-one/[email protected]
Expand Down

0 comments on commit 4eaf926

Please sign in to comment.