Skip to content

Commit

Permalink
build(action): add release on push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
danprates committed Apr 1, 2023
1 parent 7e93221 commit fa1a500
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Release Please

on:
push:
branches:
- master

permissions:
contents: write
pull-requests: write

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: lite-jsx
pull-request-header: ""

0 comments on commit fa1a500

Please sign in to comment.