Skip to content

Commit

Permalink
ci: release (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
abemedia authored Dec 6, 2023
1 parent ed45343 commit a72bac7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Release

on:
push:
branches: [master]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v4
with:
release-type: go
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 comments on commit a72bac7

Please sign in to comment.