We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed5238 commit eaf347fCopy full SHA for eaf347f
1 file changed
.github/workflows/publish.yaml
@@ -22,6 +22,8 @@ jobs:
22
working-directory: ./
23
- run: yarn test
24
- uses: battila7/get-version-action@v2
25
+ # Set the version in package.json to match the tag
26
+ - run: "npm version ${{ steps.get_version.outputs.version-without-v }}"
27
- uses: JS-DevTools/npm-publish@v3
28
with:
29
token: ${{ secrets.NPM_TOKEN }}
@@ -45,6 +47,8 @@ jobs:
45
47
install-command: yarn --frozen-lockfile --silent
46
48
49
50
51
52
53
54
0 commit comments