Skip to content

Commit a7f98f3

Browse files
committed
1 parent 9fd3071 commit a7f98f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Build tarball
4646
id: pack
4747
run: |
48-
echo "::set-output name=tarball-name::$(npm --loglevel error pack)"
48+
echo "tarball-name=$(npm --loglevel error pack)" >> $GITHUB_OUTPUT
4949
- uses: actions/upload-artifact@v3
5050
with:
5151
name: package-tarball

0 commit comments

Comments
 (0)