Skip to content

Commit

Permalink
Merge pull request #377 from Concordium/fix-cd-flows
Browse files Browse the repository at this point in the history
Fix build step error
  • Loading branch information
soerenbf authored Jun 18, 2024
2 parents 5c5e8fc + fe9d13f commit 28f3951
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-ccd-js-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: yarn install --immutable

- name: Build release
run: yarn build
run: yarn build:all

- name: Store build-release
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-react-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: yarn install --immutable

- name: Build release
run: yarn build
run: yarn build:all

- name: Store build-release
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-rust-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: yarn install --immutable

- name: Build release
run: yarn build
run: yarn build:all

- name: Store build-release
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: yarn install --immutable

- name: Build release
run: yarn build
run: yarn build:all

- name: Store build-release
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-wallet-connectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: yarn install --immutable

- name: Build release
run: yarn build
run: yarn build:all

- name: Store build-release
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 28f3951

Please sign in to comment.