Skip to content

Commit

Permalink
fix: small mistake in action and bump version
Browse files Browse the repository at this point in the history
Intentional `fix` instead of `ci` to force update of image.
  • Loading branch information
JustSamuel committed Feb 6, 2025
1 parent 26a522c commit 6e96f57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:

release:
uses: GEWIS/actions/.github/workflows/docker-release.yml@v1
needs: versioning
if: ${{ needs.versioning.outputs.next-version != '' }}
with:
projects: "['.']"
version: ${{ needs.versioning.outputs.next-version }}
Expand Down

0 comments on commit 6e96f57

Please sign in to comment.