Skip to content

Commit

Permalink
build(@vtmn/svelte): add force publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlahey committed Aug 17, 2022
1 parent 2c1dca3 commit a22525c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id: publish-canary
run: |
npm whoami
lerna publish from-git --canary --preid $PR_NUMBER --no-verify-access --no-private --no-commit-hooks --yes
lerna publish from-git --canary --force-publish --preid $PR_NUMBER --no-verify-access --no-private --no-commit-hooks --yes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit a22525c

Please sign in to comment.