Skip to content

Commit

Permalink
ci: use correct order of dependencies in unstable release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Sep 20, 2023
1 parent e4ecd30 commit d52d5a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
node-version: "18.16.1"
registry-url: "https://registry.npmjs.org"

- name: Run release script
run: yarn release:canary

- name: Install dependencies
run: yarn

- name: Run release script
run: yarn release:canary

- name: Publish all packages
run: ./scripts/publish.sh canary
env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
node-version: "18.16.1"
registry-url: "https://registry.npmjs.org"

- name: Run release script
run: yarn release:pr

- name: Install dependencies
run: yarn

- name: Run release script
run: yarn release:pr

- name: Publish all packages
run: ./scripts/publish.sh canary
env:
Expand Down

0 comments on commit d52d5a2

Please sign in to comment.