Skip to content

Commit

Permalink
Merge pull request #239 from pimlicolabs/feat/alto-package
Browse files Browse the repository at this point in the history
install dependencies on push to main
  • Loading branch information
plusminushalf authored Jun 6, 2024
2 parents a11e56b + 6fd4f9c commit 2b12c46
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/on-push-to-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,12 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0

- name: Install dependencies
- name: Install core dependencies
uses: ./.github/actions/install-dependencies

- name: Install dependencies
run: pnpm install

- name: Create Version Pull Request
uses: changesets/action@v1
with:
Expand All @@ -53,9 +56,12 @@ jobs:
- name: Clone repository
uses: actions/checkout@v3

- name: Install dependencies
- name: Install core dependencies
uses: ./.github/actions/install-dependencies

- name: Install dependencies
run: pnpm install

- name: Publish to NPM
uses: changesets/action@v1
with:
Expand Down

0 comments on commit 2b12c46

Please sign in to comment.