Skip to content

Commit

Permalink
ci: Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdecarme committed Nov 1, 2023
1 parent 8346cd3 commit 8ed71e7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@ jobs:
yarn config set npmScopes.flare-city.npmAuthToken "\${NPM_TOKEN}"
- name: Install dependencies
run: yarn --immutable
run: yarn --immutable

- name: Packages - build & version
- name: Packages - build
run: yarn build

- name: Packages - version
id: changesets
uses: changesets/action@v1
with:
Expand Down

0 comments on commit 8ed71e7

Please sign in to comment.