Skip to content

Commit

Permalink
chore: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
atm1020 committed Dec 5, 2024
1 parent 8c3f525 commit bea8f2a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Release

on:
push:
branches: [main]

permissions:
pull-requests: write
contents: write

jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
release-type: simple

0 comments on commit bea8f2a

Please sign in to comment.