Skip to content

Commit

Permalink
fix: give release-please workflow step an id (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoopDog committed Oct 18, 2024
1 parent 2d3830b commit f076229
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 @@ -13,7 +13,8 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
- id: release
uses: googleapis/release-please-action@v4
with:
# this assumes that you have created a personal access token
# (PAT) and configured it as a GitHub action secret named
Expand Down

0 comments on commit f076229

Please sign in to comment.