Skip to content

Commit

Permalink
fix: auto-release with release-please
Browse files Browse the repository at this point in the history
Resolves an issue whereby the `release-please` release status wasn't visible to later steps in the workflow
  • Loading branch information
steveukx committed Feb 7, 2021
1 parent 0cf4593 commit 0ed2d96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v2
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
Expand Down

0 comments on commit 0ed2d96

Please sign in to comment.