File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1818 branches :
1919 - master
2020jobs :
21- release-please-release :
21+ release-please :
2222 runs-on : ubuntu-latest
2323 steps :
2424 - uses : GoogleCloudPlatform/release-please-action@v2.4.0
Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments