Skip to content

Commit

Permalink
Merge pull request #13 from r-franzke/fix-ci
Browse files Browse the repository at this point in the history
fix: now it has to work...
  • Loading branch information
r-franzke authored Nov 28, 2022
2 parents 131570f + 8001b31 commit 3103800
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.new_release_published == 'true'
if: needs.semantic.outputs.new_release_published == 'true'
steps:
- uses: actions/checkout@v2
- name: Pull
Expand Down

0 comments on commit 3103800

Please sign in to comment.