Skip to content

Commit

Permalink
Possible fix for prerelease workflow (#2127)
Browse files Browse the repository at this point in the history
* Possible fix for prerelease workflow

* Fix double @ symbol

* Changed to v2
  • Loading branch information
andrewfullard authored Nov 8, 2022
1 parent b1a882d commit 2f42744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
run: sleep 30

- name: Approve pull request
uses: juliangruber/approve-pull-request-action@v1
uses: juliangruber/approve-pull-request-action@v2
with:
github-token: ${{ secrets.PR_APPROVAL_TOKEN }}
number: ${{ steps.create-pr.outputs.pull-request-number }}
Expand Down

0 comments on commit 2f42744

Please sign in to comment.