Skip to content

Commit

Permalink
Encode version extract script result correctly - release-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhand committed Jul 5, 2021
1 parent b5ed8dc commit c54eebf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
uses: actions/github-script@v4
id: extract-version
with:
result-encoding: string
script: return /refs\/tags\/servirtium\.core\/v(.+)/.exec(context.ref)[1]
- name: Nuget Pack
env:
Expand Down

0 comments on commit c54eebf

Please sign in to comment.