Skip to content

Commit

Permalink
ci(publish): try to fix cross-workflow dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nvlang committed Jun 30, 2024
1 parent 3c56ccc commit e5176d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jsr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Publish to JSR

on:
workflow_run:
workflows: ['Set Package Version']
branches: [main]
types: [completed]
workflows: [Set Package Version]
types:
- completed

permissions:
contents: read
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Publish to NPM

on:
workflow_run:
workflows: ['Set Package Version']
branches: [main]
types: [completed]
workflows: [Set Package Version]
types:
- completed

permissions:
contents: read
Expand Down

0 comments on commit e5176d4

Please sign in to comment.