Skip to content

Commit

Permalink
Update release-please.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JonDotsoy authored Aug 3, 2023
1 parent 797e2b3 commit 60b7a5a
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 @@ -15,7 +15,8 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- run: gh pr view --json labels -R ${{ github.action_repository }} ${{ github.base_ref }}
- uses: actions/checkout@v3
- run: gh pr view --json labels
env:
GH_TOKEN: ${{ github.token }}
- id: setup
Expand Down

0 comments on commit 60b7a5a

Please sign in to comment.