We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fd3071 commit a7f98f3Copy full SHA for a7f98f3
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Build tarball
46
id: pack
47
run: |
48
- echo "::set-output name=tarball-name::$(npm --loglevel error pack)"
+ echo "tarball-name=$(npm --loglevel error pack)" >> $GITHUB_OUTPUT
49
- uses: actions/upload-artifact@v3
50
with:
51
name: package-tarball
0 commit comments