File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1818 required : false
1919 type : boolean
2020
21+
2122concurrency :
2223 group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
2324 cancel-in-progress : true
3132 tag :
3233 name : " Add nightly tag"
3334 runs-on : ubuntu-latest
35+ permissions :
36+ contents : write
3437 steps :
3538 - name : Checkout
3639 uses : actions/checkout@v4
@@ -113,6 +116,8 @@ jobs:
113116 name : " Release artifacts to GitHub"
114117 needs : build
115118 runs-on : ubuntu-latest
119+ permissions :
120+ contents : write
116121 steps :
117122 - name : Download artifacts
118123 uses : actions/download-artifact@v4
@@ -121,7 +126,7 @@ jobs:
121126 path : release
122127 merge-multiple : true
123128 - name : Delete previous nightly release
124- run : gh -R $GITHUB_REPOSITORY release delete nightly
129+ run : gh -R " $GITHUB_REPOSITORY" release delete nightly
125130 - name : Release
126131 uses : softprops/action-gh-release@v2
127132 with :
You can’t perform that action at this time.
0 commit comments