Skip to content

Commit

Permalink
update gh-action
Browse files Browse the repository at this point in the history
  • Loading branch information
onenoteperpage committed Jun 26, 2024
1 parent 91b0abc commit a632825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Update version in .csproj
run: |
VERSION=${{ steps.extract_version.outputs.VERSION }}
sed -i "s|<Version>.*</Version>|<Version>${VERSION}</Version>|" WhoIsChecker/WhoIsChecker.csproj
sed -i "s|<Version>.*</Version>|<Version>${VERSION}</Version>|" WhoIsChecker.csproj
shell: bash

- name: Restore dependencies
Expand Down

0 comments on commit a632825

Please sign in to comment.