Skip to content

Commit

Permalink
fix: Correctly ID release step in GitHub action
Browse files Browse the repository at this point in the history
The release ID means that the conditional npm publish step will work correctly.

Signed-off-by: Lucian Buzzo <lucian.buzzo@gmail.com>
  • Loading branch information
LucianBuzzo committed Oct 3, 2022
1 parent 13cefe4 commit e17f690
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 @@ -9,6 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: node
package-name: release-please-action
Expand Down

0 comments on commit e17f690

Please sign in to comment.