Skip to content

Commit

Permalink
Fix version extraction in release-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhand committed Jul 5, 2021
1 parent ba7789d commit 8b86413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/github-script@v4
id: extract-version
with:
script: return /refs\/tags\/servirtium.core\/v(.+)/.exec(github.ref)[1]
script: return /refs\/tags\/servirtium\.core\/v(.+)/.exec(github.ref)[1]
- name: Dump steps context
env:
STEPS_CONTEXT: ${{ toJSON(steps) }}
Expand Down

0 comments on commit 8b86413

Please sign in to comment.