Skip to content

Commit

Permalink
Restore load-bearing checkout step in release Action
Browse files Browse the repository at this point in the history
  • Loading branch information
jprenken committed Apr 22, 2022
1 parent 43dfb18 commit 8c54f36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false

- name: Download release artifact
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 8c54f36

Please sign in to comment.