Skip to content

Commit

Permalink
fix: publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jujulego committed Apr 15, 2023
1 parent e40254d commit fd6ef4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
path: packages

- name: Publish
run: yarn workspaces foreach --no-private npm publish --access public --tolerate-republish
run: yarn jill each --no-private publish
env:
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down
3 changes: 2 additions & 1 deletion packages/aegis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"clean": "gulp clean",
"build": "gulp build",
"watch": "gulp watch",
"test": "jest"
"test": "jest",
"publish": "yarn npm publish --access public --tolerate-republish"
},
"dependencies": {
"@jujulego/event-tree": "^2.6.1",
Expand Down

0 comments on commit fd6ef4a

Please sign in to comment.