Skip to content

Commit

Permalink
build: add release-please workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Aug 4, 2020
1 parent 3cc0c28 commit 3bedfcd
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:
- master
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v1.6.3
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: y18n

0 comments on commit 3bedfcd

Please sign in to comment.