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 1cef7de commit 3e95c2dCopy full SHA for 3e95c2d
.github/workflows/release.yml
@@ -45,11 +45,11 @@ jobs:
45
default: patch
46
commit-message: 'Version bump to {{version}} [skip ci]'
47
tag-prefix: 'v'
48
-
+
49
- name: Export package version
50
id: package
51
run: |
52
- echo ::set-output name=package_version::`cat package.json | jq -r .version`
+ echo "package_version=`cat package.json | jq -r .version`" >> $GITHUB_OUTPUT
53
shell: bash
54
55
- run: echo ${{ steps.package.outputs.package_version }}
@@ -71,7 +71,7 @@ jobs:
71
- name: NPM install
72
run: npm install --audit=false
73
74
- - uses: JS-DevTools/npm-publish@v2.1.0
+ - uses: JS-DevTools/npm-publish@v2.2.0
75
id: publish
76
with:
77
token: ${{ secrets.NPM_TOKEN }}
0 commit comments