Skip to content

Commit

Permalink
build: switch to release please app (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
enocom authored Jul 26, 2022
1 parent a7c942f commit a7c00cf
Showing 1 changed file with 4 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,7 @@
# 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@v3.2.9
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: simple
package-name: alloydb-auth-proxy
versionFile: 'cmd/version.txt'
handleGHRelease: true
packageName: alloydb-auth-proxy
releaseType: simple
versionFile: 'cmd/version.txt'

0 comments on commit a7c00cf

Please sign in to comment.