Skip to content

Commit

Permalink
fix(github): publish order
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelfimov committed Jun 28, 2024
1 parent 3e808f6 commit ef200a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/actions/publish-jsr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ runs:
run: |
source .env
export NODE_OPTIONS
yarn version apply --all
yarn workspaces changed foreach --verbose --topological --no-private dlx jsr publish
1 change: 0 additions & 1 deletion .github/actions/publish-npm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ runs:
run: |
source .env
export NODE_OPTIONS
yarn version apply --all
yarn workspaces changed foreach --verbose --topological --no-private npm publish --access public
env:
YARN_NPM_AUTH_TOKEN: ${{ inputs.NPM_TOKEN }}
8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:
- name: Publish to JSR
uses: ./.github/actions/publish-jsr

- name: Commit changes
uses: ./.github/actions/commit
- name: Create release
uses: ./.github/actions/release
with:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}

- name: Create release
uses: ./.github/actions/release
- name: Commit changes
uses: ./.github/actions/commit
with:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}

0 comments on commit ef200a6

Please sign in to comment.