Skip to content

Commit 3e95c2d

Browse files
Remove set-output
1 parent 1cef7de commit 3e95c2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
default: patch
4646
commit-message: 'Version bump to {{version}} [skip ci]'
4747
tag-prefix: 'v'
48-
48+
4949
- name: Export package version
5050
id: package
5151
run: |
52-
echo ::set-output name=package_version::`cat package.json | jq -r .version`
52+
echo "package_version=`cat package.json | jq -r .version`" >> $GITHUB_OUTPUT
5353
shell: bash
5454

5555
- run: echo ${{ steps.package.outputs.package_version }}
@@ -71,7 +71,7 @@ jobs:
7171
- name: NPM install
7272
run: npm install --audit=false
7373

74-
- uses: JS-DevTools/npm-publish@v2.1.0
74+
- uses: JS-DevTools/npm-publish@v2.2.0
7575
id: publish
7676
with:
7777
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)