Skip to content

Commit 4532e06

Browse files
authored
Merge pull request #8 from approvers/fix-ci-publish
Skip to run prepublish scripts
2 parents a92dce8 + b04c258 commit 4532e06

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,9 @@ jobs:
8686
uses: actions/setup-node@v1
8787
with:
8888
node-version: 14.x
89-
registry: https://npm.pkg.github.com/
9089

9190
- name: Configure Yarn to authenticate as the actor
9291
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc
9392

9493
- name: Publish to GitHub Package Registry
95-
run: yarn publish --non-interactive --registry https://npm.pkg.github.com/ --verbose
94+
run: yarn publish --non-interactive --registry https://npm.pkg.github.com/ --verbose --ignore-scripts

0 commit comments

Comments
 (0)