Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Ghostuhin <[email protected]>
  • Loading branch information
TorinAsakura authored Aug 24, 2023
1 parent 2f07d26 commit 85756d4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
- name: Install
run: yarn install

- name: Npm Publish
run: |
yarn version apply --all
yarn workspaces changed foreach --verbose --topological --no-private npm publish --access public
env:
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# - name: Npm Publish
# run: |
# yarn version apply --all
# yarn workspaces changed foreach --verbose --topological --no-private npm publish --access public
# env:
# YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Publish to GitHub Registry
run: |
Expand Down

0 comments on commit 85756d4

Please sign in to comment.