Skip to content

Commit

Permalink
chore:Disable-beachball publish on ci-nightly for now (microsoft#4511)
Browse files Browse the repository at this point in the history
* chore:Disable-beachball publish on ci-nightly for now

* madd --no-publish command to prevent any publishing
  • Loading branch information
Ibrahimmaga authored Mar 29, 2021
1 parent 543ab92 commit 5138070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:

- name: Publish NPM changed packages
run: |
yarn publish-ci -y -n $NPM_PAT
yarn publish-ci -y -n --no-publish $NPM_PAT

0 comments on commit 5138070

Please sign in to comment.