Skip to content

Commit

Permalink
build: update to loatest release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Oct 11, 2020
1 parent 7ffb5e8 commit e526dac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: bcoe/release-please-action@v2.1.1
- uses: bcoe/release-please-action@v2.5.5
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -41,4 +41,4 @@ jobs:
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
if: ${{ steps.release.outputs.release_created }}
if: ${{ steps.release.outputs.release_created }}

0 comments on commit e526dac

Please sign in to comment.