File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 11name : Build and Release
22permissions :
3+ id-token : write # Required for OIDC
34 contents : write
45on :
56 push :
@@ -393,8 +394,6 @@ jobs:
393394 mobilecli-*.zip
394395
395396 - name : Publish
396- env :
397- NPM_AUTH_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}
398397 run : |
399398 # prepare binaries for distribution
400399 mv ./mobilecli-darwin/mobilecli-darwin-arm64 publish/npm/bin
@@ -403,8 +402,6 @@ jobs:
403402 mv ./mobilecli-linux/mobilecli-linux-arm64 publish/npm/bin
404403 mv ./mobilecli-windows/mobilecli-windows-amd64.exe publish/npm/bin
405404 chmod +x publish/npm/bin/*
406- # setup npmrc
407- echo "//registry.npmjs.org/:_authToken=$NPM_AUTH_TOKEN" >> ~/.npmrc
408405 # copy README.md
409406 cp README.md publish/npm
410407 # publish to npm
You can’t perform that action at this time.
0 commit comments