Skip to content

Commit

Permalink
Add check if tag exists
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsonsousa committed Nov 17, 2024
1 parent 19568ec commit b02ba28
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
run: dotnet build --no-restore

- name: Set build version
if: github.ref_name != ''
id: bump
uses: vers-one/dotnet-project-version-updater@v1.7
with:
Expand All @@ -42,6 +43,6 @@ jobs:
git add .
git commit -m "Bump project version to ${{ github.ref_name }}"
git push
# - name: Test
# run: dotnet test --no-build --verbosity normal
# run: dotnet test --no-build --verbosity normal

0 comments on commit b02ba28

Please sign in to comment.