Skip to content

Commit

Permalink
ci: add release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ficcdaf committed Jan 30, 2025
1 parent 323eae8 commit a5cfd17
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
# Default token:
# token: ${{ secrets.GITHUB_TOKEN }}
# However, CI checks won't run on release-please PRs
# unless a Personal Access Token is configured
release-type: simple

0 comments on commit a5cfd17

Please sign in to comment.