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 e97229f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 --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 All @@ -56,7 +56,7 @@ jobs:
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
const name = 'Publish canary';
const name = 'Publish canary :hatched_chick:';
const { issue: { number: issue_number }, repo: { owner, repo } } = context;
try {
await github.issues.removeLabel({
Expand Down

0 comments on commit e97229f

Please sign in to comment.