Skip to content

Commit

Permalink
ci(release): add release please action in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deepanchal committed Aug 20, 2023
1 parent 24a5cf0 commit aae525f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Release 🚀

on:
push:
branches:
- main
- master

permissions:
contents: write
pull-requests: write

jobs:
release-please:
name: Release Please 🏷️
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
command: manifest

0 comments on commit aae525f

Please sign in to comment.