Skip to content

Commit

Permalink
Merge pull request #320 from josefaidt/chore/sequential-release
Browse files Browse the repository at this point in the history
  • Loading branch information
josefaidt authored Nov 4, 2022
2 parents 09e7402 + 33db5b4 commit 2a42e3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# build ./packages/*
- run: pnpm build:lib
# build SvelteKit app and Server
- run: pnpm build -l silent
- run: pnpm build --logLevel silent
env:
NEXTAUTH_SECRET: ${{ secrets.NEXTAUTH_SECRET }}
VITE_HOST: ${{ secrets.VITE_HOST }}
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
version: ${{ needs.verify-run.outputs.version }}
is-prerelease: true
release:
needs: verify-run
needs:
- verify-run
- prerelase
if: ${{ fromJSON(needs.verify-run.outputs.is-prerelease) == false }}
uses: ./.github/workflows/release-env.yml
secrets: inherit
Expand Down

0 comments on commit 2a42e3c

Please sign in to comment.