Skip to content

Commit

Permalink
Merge pull request #4 from trycourier/bryan/refname
Browse files Browse the repository at this point in the history
updating curlies for github ref name var
  • Loading branch information
bwebs authored Jun 4, 2024
2 parents 5bf9feb + 4a8632e commit 535040d
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 @@ -20,7 +20,7 @@ jobs:
with:
file: source/version.ts
old-string: local
new-string: ${GITHUB_REF_NAME#v}
new-string: ${{ GITHUB_REF_NAME#v }}
- run: yarn
- run: yarn build
- run: yarn publish --new-version ${GITHUB_REF_NAME#v}
Expand Down

0 comments on commit 535040d

Please sign in to comment.