Skip to content

Commit

Permalink
Update release-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wulfland committed Oct 9, 2021
1 parent 1bea7a0 commit 0ecf41e
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 @@ -43,7 +43,7 @@ jobs:
- name: 'Change NPM version'
uses: reedyuk/npm-version@1.1.1
with:
version: ${github.event.release.name}
version: ${github.event.release.tag_name}
# version: $GITVERSION_SEMVER

- run: npm ci
Expand Down

0 comments on commit 0ecf41e

Please sign in to comment.