Skip to content

Commit

Permalink
fix: docker build version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Jun 19, 2023
1 parent 06177e7 commit a3bdecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
outputs:
release_created: ${{ steps.release.outputs.release_created }}
release_name: ${{ steps.release.outputs.release_name }}
release_name: ${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}
steps:
- uses: GoogleCloudPlatform/release-please-action@v3
id: release
Expand Down

0 comments on commit a3bdecf

Please sign in to comment.