Skip to content

Commit

Permalink
chore: Add release-please action
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Bowerman authored and Luke Bowerman committed Jan 11, 2021
1 parent fda3e87 commit 300b873
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v1.3.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: release-please-action

0 comments on commit 300b873

Please sign in to comment.