Skip to content

Commit

Permalink
ci: 💚 fix version for docker builds
Browse files Browse the repository at this point in the history
By adding "needs" I think it should push with correct version
  • Loading branch information
VermiumSifell committed May 30, 2023
1 parent 808798c commit d7a1fcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
run: npx semantic-release

docker:
needs: build # Add this line to ensure the build job is completed before starting the docker job
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit d7a1fcf

Please sign in to comment.