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.
2 parents a92dce8 + b04c258 commit 4532e06Copy full SHA for 4532e06
.github/workflows/rust.yml
@@ -86,10 +86,9 @@ jobs:
86
uses: actions/setup-node@v1
87
with:
88
node-version: 14.x
89
- registry: https://npm.pkg.github.com/
90
91
- name: Configure Yarn to authenticate as the actor
92
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc
93
94
- name: Publish to GitHub Package Registry
95
- run: yarn publish --non-interactive --registry https://npm.pkg.github.com/ --verbose
+ run: yarn publish --non-interactive --registry https://npm.pkg.github.com/ --verbose --ignore-scripts
0 commit comments