Skip to content

Commit

Permalink
chore: release as 2.165.2, switch to googleapis/release-please-action (
Browse files Browse the repository at this point in the history
…#1880)

Because 2.165.1 was incorrectly made over the release/2.165.0 branch
(should have just been a PR to master as 2.165.0 was the latest version)
that version number is taken. Now master needs an explicit `Release-As`
directive.

Release-As: 2.165.2
  • Loading branch information
hf authored Dec 23, 2024
1 parent bd598d5 commit 65961fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
RELEASE_CANDIDATE: ${{ steps.versions.outputs.RELEASE_CANDIDATE }}
RELEASE_NAME: ${{ steps.versions.outputs.RELEASE_NAME }}
steps:
- uses: google-github-actions/release-please-action@v4
- uses: googleapis/release-please-action@v4
id: release
with:
release-type: go
Expand Down

0 comments on commit 65961fb

Please sign in to comment.