Skip to content

Commit

Permalink
Merge pull request #10 from hypercerts-org/fix/pnpm_install_release_gha
Browse files Browse the repository at this point in the history
fix(pnpm): install step in prerelease
  • Loading branch information
bitbeckers authored Sep 9, 2024
2 parents 45977b5 + 12fc911 commit 71bf878
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create-prerelease-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
node-version: 20
cache: 'pnpm'

- name: Install dependencies
run: pnpm install

- name: Prepare prerelease semantic
if: github.ref != 'refs/heads/main'
run: mv .releaserc.prerelease.yaml .releaserc.yaml
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/dryrun-release-ci-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
node-version: 20
cache: 'pnpm'

- name: Install dependencies
run: pnpm install

- name: Prepare prerelease semantic
if: github.ref != 'refs/heads/main'
run: mv .releaserc.prerelease.yaml .releaserc.yaml
Expand Down

0 comments on commit 71bf878

Please sign in to comment.