Skip to content

Commit

Permalink
Merge pull request #14 from r-franzke/fix-ci
Browse files Browse the repository at this point in the history
fix: maybe yet?
  • Loading branch information
r-franzke authored Nov 28, 2022
2 parents 3103800 + 76060b2 commit d2f72c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
needs: generate-tag
name: Production build of the Docker Image
if: needs.semantic.outputs.new_release_published == 'true'
if: needs.steps.semantic.outputs.new_release_published == 'true'
steps:
- uses: actions/checkout@v2
- name: Pull
Expand Down

0 comments on commit d2f72c9

Please sign in to comment.