File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 2929 ARTIFACT : |
3030 ${{ github.event.inputs.artifact || github.event.release.assets[0].browser_download_url }}
3131 NODE_VERSION : 16
32- SCOPE : ${{ format('@{0}', github.repository_owner) }}
3332jobs :
3433 metadata :
3534 runs-on : ubuntu-latest
7372 always-auth : true
7473 node-version : ${{ env.NODE_VERSION }}
7574 registry-url : https://npm.pkg.github.com
76- scope : ${{ env.SCOPE }}
75+ scope : ${{ github.repository_owner }}
7776 - id : publish
7877 name : Publish package
7978 run : npm publish $ARTIFACT ${{ needs.metadata.outputs.dist-tag }}
9594 always-auth : true
9695 node-version : ${{ env.NODE_VERSION }}
9796 registry-url : https://registry.npmjs.org
98- scope : ${{ env.SCOPE }}
97+ scope : ${{ github.repository_owner }}
9998 - id : publish
10099 name : Publish package
101100 run : npm publish $ARTIFACT ${{ needs.metadata.outputs.dist-tag }}
You can’t perform that action at this time.
0 commit comments