We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef26cf3 commit cdc96b7Copy full SHA for cdc96b7
.github/workflows/reviewing_changes.yml
@@ -65,6 +65,7 @@ jobs:
65
npm config set registry http://localhost:4873
66
npm install -g npm-cli-adduser && npm-cli-adduser -u dummy -p dummy -e dummy@gmail.com -r http://localhost:4873
67
npm publish staging_package.tgz --registry http://localhost:4873/
68
+ shell: bash
69
70
- name: Install dependencies
71
run: npm install
0 commit comments