Skip to content

Commit

Permalink
feat: add release-please action
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarchini committed Jul 22, 2020
1 parent 1b8dc49 commit 277f601
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
push:
branches:
- master

name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v1.3.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: @mmarchini/observe

0 comments on commit 277f601

Please sign in to comment.