Skip to content

Commit

Permalink
build: switch to release-please app (#1036)
Browse files Browse the repository at this point in the history
Co-authored-by: Eno Compton <enocom@google.com>
  • Loading branch information
bcoe and enocom committed Jan 6, 2022
1 parent 64959fd commit b2eb38a
Showing 1 changed file with 4 additions and 16 deletions.
@@ -1,4 +1,4 @@
# Copyright 2020 Google LLC
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -12,18 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: release-please
on:
push:
branches:
- main
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2.26.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: simple
package-name: cloud-sql-proxy

handleGHRelease: true
releaseType: simple
packageName: cloud-sql-proxy

0 comments on commit b2eb38a

Please sign in to comment.