There was an error while loading. Please reload this page.
1 parent e50c3a6 commit fd83c9cCopy full SHA for fd83c9c
1 file changed
.github/workflows/release.yml
@@ -54,6 +54,10 @@ jobs:
54
permissions:
55
contents: write
56
steps:
57
+ - name: Checkout
58
+ uses: actions/checkout@v4
59
+ with:
60
+ fetch-depth: 0
61
- name: Install GitHub CLI
62
run: |
63
type -p curl >/dev/null || (sudo apt update && sudo apt install curl -y)
0 commit comments