Skip to content

Commit

Permalink
Fix release workflow (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicasyu authored May 7, 2024
1 parent 83afaee commit 85d9c2a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ jobs:

runs-on: ubuntu-latest

permissions:
pull-requests: read

steps:

- name: Get current PR
uses: 8BitJonny/gh-get-current-pr@2.2.0
uses: 8BitJonny/gh-get-current-pr@3.0.0
id: current_pr

release:
Expand Down

0 comments on commit 85d9c2a

Please sign in to comment.