Skip to content

Commit

Permalink
build: switch to release-please action (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Jun 6, 2020
1 parent 9014ed7 commit f0c1032
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/release-please.yml

This file was deleted.

14 changes: 14 additions & 0 deletions .github/workflows/release-please.yml
@@ -0,0 +1,14 @@
on:
push:
branches:
- master
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: bcoe/release-please-action@v1.2.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: yargs-parser

0 comments on commit f0c1032

Please sign in to comment.