Skip to content

Commit

Permalink
fix: give release-please workflow step an id (#235) (#236)
Browse files Browse the repository at this point in the history
* fix: give release-please workflow step an id (#235)

* fix: fix indenting (#235)

* fix: revert action name (#235)
  • Loading branch information
NoopDog authored Oct 18, 2024
1 parent 2d3830b commit 420733f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
id: release
with:
# this assumes that you have created a personal access token
# (PAT) and configured it as a GitHub action secret named
Expand All @@ -24,8 +25,8 @@ jobs:

# The logic below handles the npm publication:
- uses: actions/checkout@v4
# These if statements ensure that a publication only occurs when a new release is created:

# These if statements ensure that a publication only occurs when a new release is created:
- uses: actions/setup-node@v4
if: ${{ steps.release.outputs.release_created }}
with:
Expand Down

0 comments on commit 420733f

Please sign in to comment.