Skip to content

Commit

Permalink
build: fix spacing in releae-please.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed May 10, 2020
1 parent a77ceb8 commit 59a5a56
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release-please.yml
Expand Up @@ -2,13 +2,13 @@ on:
push:
branches:
- master
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: bcoe/release-please-action@v1.0.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: yargs
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: bcoe/release-please-action@v1.0.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: yargs

0 comments on commit 59a5a56

Please sign in to comment.