Skip to content

Commit

Permalink
ci: 💚 Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
esnya authored Dec 12, 2024
1 parent ca7a2bf commit ad85a06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
VERSION=$(grep -oPm1 "(?<=<Version>)[^<]+" ${{ steps.find_csproj.outputs.FILE }})
echo "::set-output name=VERSION::$VERSION"
- name: Pull tags
run: git fetch --tags

- name: Check if tag exists
id: check_tag
run: |
Expand Down

0 comments on commit ad85a06

Please sign in to comment.