We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c9f25 commit a95ab40Copy full SHA for a95ab40
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
43
- name: Get current version
44
id: get_version
45
- run: echo "PACKAGE_VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV
+ run: echo "PACKAGE_VERSION=v$(node -p "require('./package.json').version")" >> $GITHUB_ENV
46
47
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
48
0 commit comments