Skip to content

Commit

Permalink
Adding versionize dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard Keilholz committed Sep 27, 2024
1 parent fbd8e10 commit ed147ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:

prod-depoloyment:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
needs: [test-depoloyment]
needs: [test-depoloyment, versionize]
runs-on: ubuntu-latest
steps:
- name: Download Artifact
Expand Down

0 comments on commit ed147ad

Please sign in to comment.