Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
build: Move build step to publish step (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
immasandwich authored Apr 22, 2022
1 parent d04b892 commit 085694a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
version: 6.23.2
run_install: true

- name: Prepare Build
run: pnpm build

- name: Automatic GitHub Release
uses: justincy/[email protected]
id: release
Expand Down Expand Up @@ -83,7 +86,7 @@ jobs:
if: ${{ needs.publish.outputs.published == 'true' }}
strategy:
matrix:
repository: [Zapper-fi/zapper-api]
repository: [Zapper-fi/zapper-api]
steps:
- name: Checkout ${{ matrix.repository }}
uses: actions/checkout@v2
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:
version: 6.23.2
run_install: true

- name: Prepare Build
run: pnpm build

- name: Prepare Release
run: pnpm release

Expand Down

0 comments on commit 085694a

Please sign in to comment.