Skip to content

Commit

Permalink
fix(github): install
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelfimov committed Nov 13, 2024
1 parent fd9f44b commit 45c2c87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/checks/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ runs:
run: |
source .env
export NODE_OPTIONS
yarn workspaces changed foreach -vtpj 2 --no-private dlx jsr publish --dry-run
yarn workspaces changed foreach -vpj 2 --no-private dlx jsr publish --dry-run
2 changes: 1 addition & 1 deletion .github/actions/publish-jsr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ runs:
run: |
source .env
export NODE_OPTIONS
yarn workspaces changed foreach -vpj 2 --no-private dlx jsr publish
yarn workspaces changed foreach -vptj 2 --no-private dlx jsr publish
2 changes: 1 addition & 1 deletion .github/actions/publish-npm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ runs:
run: |
source .env
export NODE_OPTIONS
yarn workspaces changed foreach -vpj 2 --no-private npm publish --access public
yarn workspaces changed foreach -vptj 2 --no-private npm publish --access public
env:
YARN_NPM_AUTH_TOKEN: ${{ inputs.NPM_TOKEN }}

0 comments on commit 45c2c87

Please sign in to comment.