Skip to content

Commit 9a17262

Browse files
committed
updated releases
1 parent 150a988 commit 9a17262

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/releases.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ on:
88
jobs:
99
build-windows:
1010
runs-on: windows-latest
11+
permissions:
12+
contents: write
1113

1214
steps:
1315
- name: Checkout code
1416
uses: actions/checkout@v4
17+
with:
18+
fetch-depth: 0
1519

1620
- name: Set up Python
1721
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)