Skip to content

Commit

Permalink
ci: github release job to wait for build
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalaras committed Jul 16, 2024
1 parent ca6ebb8 commit 609bab3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
retention-days: 1

release:
needs:
- build
runs-on: ubuntu-latest
steps:
- name: Checkout Code
Expand All @@ -48,7 +50,7 @@ jobs:
node-version: 'lts/*'

- name: Install Semantic Release
run: npm ci
run: npm clean-install

- name: Semantic Release
env:
Expand Down

0 comments on commit 609bab3

Please sign in to comment.