Skip to content

Commit 81938b6

Browse files
authored
chore: remove bot and use action for release-please (GoogleCloudPlatform#487)
1 parent 0a7f582 commit 81938b6

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/release-please.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
branches:
1919
- master
2020
jobs:
21-
release-please-release:
21+
release-please:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- uses: GoogleCloudPlatform/release-please-action@v2.4.0

.github/workflows/update-versions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
with:
1616
ref: ${{ github.head_ref }}
1717

18-
- if: github.actor == "release-please[bot]"
18+
- if: github.actor == 'github-actions[bot]'
1919
name: find-and-replace-version
2020
run: |
2121
VERSION=$(cat version.txt)
2222
sed -i -r 's/(var versionString = ")[0-9]+.[0-9]+.[0-9]+(-dev)?/\1'"$VERSION"'/' cmd/cloud_sql_proxy/cloud_sql_proxy.go
23-
git config user.name "release-please[bot]"
24-
git config user.email "55107282+release-please[bot]@users.noreply.github.com"
23+
git config user.name "github-actions[bot]"
24+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
2525
git add cmd/cloud_sql_proxy/cloud_sql_proxy.go
2626
git commit -m "Update version"
2727
git push origin ${{ github.head_ref }}

0 commit comments

Comments
 (0)