Skip to content

Commit

Permalink
ci: update release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
pilotak committed Jun 20, 2024
1 parent 959d304 commit 6d4764f
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@
name: release

permissions:
contents: write
pull-requests: write

on:
push:
branches:
- master

permissions:
contents: write
pull-requests: write

jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- uses: google-github-actions/release-please-action@v4
- uses: googleapis/release-please-action@v4
id: release
with:
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
release-type: simple

0 comments on commit 6d4764f

Please sign in to comment.