Skip to content

Commit

Permalink
🐛 #99: Fix version regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharp0802 committed Sep 26, 2024
1 parent 5b5d9fc commit a8c833f
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 @@ -31,6 +31,6 @@ jobs:
uses: brandedoutcast/publish-nuget@v2.5.2
with:
PROJECT_FILE_PATH: "src/sika/sika.csproj"
VERSION_REGEX: ^\s*<AssemblyVersion>(.*)<\/AssemblyVersion>\s*$
VERSION_REGEX: '<AssemblyVersion>(.*)<\/AssemblyVersion>'
NUGET_KEY: ${{secrets.NUGET_KEY}}
if: github.event_name != 'pull_request'

0 comments on commit a8c833f

Please sign in to comment.