Skip to content

Commit

Permalink
ci: leverage latest release workflow def
Browse files Browse the repository at this point in the history
  • Loading branch information
rcwbr authored Jan 2, 2025
1 parent 485ec35 commit dc57220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
docker-bake-conventional-changelog-metadata: ${{ steps.docker-bake-conventional-changelog.outputs.metadata }}
docker-bake-file-bumper-metadata: ${{ steps.docker-bake-file-bumper.outputs.metadata }}
release-it-workflow:
uses: rcwbr/release-it-gh-workflow/.github/workflows/release-it-workflow.yaml@0.1.0
uses: rcwbr/release-it-gh-workflow/.github/workflows/release-it-workflow.yaml@0.2.2
needs: build-docker-images
with:
release-it-image: ${{ fromJSON(needs.build-docker-images.outputs.docker-bake-file-bumper-metadata)['default']['image.name'] }}
Expand Down

0 comments on commit dc57220

Please sign in to comment.