Skip to content

Commit

Permalink
fixing release action
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpgarces committed Jan 26, 2021
1 parent 9f00f5f commit d534276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: brandedoutcast/publish-nuget@v2
with:
PROJECT_FILE_PATH: src\UPS\UPS.csproj
VERSION_REGEX: '^\s*<PackageVersion>(.*)<\/PackageVersion>\s*$'
VERSION_REGEX: '^\s*<Version>(.*)<\/Version>\s*$'
TAG_FORMAT: '*'
NUGET_KEY: ${{secrets.NUGET_API_KEY}}

0 comments on commit d534276

Please sign in to comment.