Skip to content

Commit

Permalink
ci: refactored release-please workflow config file
Browse files Browse the repository at this point in the history
Release-As: 0.1.0
  • Loading branch information
jkitajima committed Jan 4, 2025
1 parent ba6740f commit d462094
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: release-please

on:
push:
branches:
- main
push:
branches:
- main

permissions:
contents: write
pull-requests: write

name: release-please

contents: write
pull-requests: write

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

0 comments on commit d462094

Please # to comment.