Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Best <[email protected]>
  • Loading branch information
ribbybibby committed Mar 17, 2022
1 parent 0b7be49 commit f667d25
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ jobs:
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
contents: write
steps:
- name: Checkout
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
with:
fetch-depth: 0

- name: Unshallow
run: git fetch --prune --unshallow
Expand Down

0 comments on commit f667d25

Please sign in to comment.