Skip to content

Commit f734111

Browse files
committed
Fix duplicate steps and paths
1 parent 9be7f16 commit f734111

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,7 @@ jobs:
120120
needs: [build-linux, build-windows, build-macos]
121121
runs-on: ubuntu-latest
122122
permissions:
123-
contents: write # <--- AJOUTE CETTE LIGNE
124-
steps:
125-
- uses: actions/checkout@v4
123+
contents: write
126124
steps:
127125
- uses: actions/checkout@v4
128126

0 commit comments

Comments
 (0)