Skip to content

Commit

Permalink
feat: add id to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
moldhouse committed Oct 24, 2024
1 parent 26c8bb8 commit 4fb33c2
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
- if: ${{ steps.release.outputs.release_created }}
uses: actions/checkout@v4
- if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit 4fb33c2

Please sign in to comment.