File tree Expand file tree Collapse file tree 1 file changed +11
-14
lines changed
Expand file tree Collapse file tree 1 file changed +11
-14
lines changed Original file line number Diff line number Diff line change 66 push :
77 tags :
88 - ' v*'
9-
9+ jobs :
10+ release :
11+ if : github.repository == 'warnermedia/gimme-aws-creds'
12+ runs-on : ubuntu-latest
1013 steps :
1114 - name : Download all workflow run artifacts
12- jobs :
13- release :
14- if : github.repository == 'warnermedia/gimme-aws-creds'
15- runs-on : ubuntu-latest
16- steps :
17- - name : Download all workflow run artifacts
18- uses : actions/download-artifact@v4
19- with :
20- path : ./artifacts
21- - name : Create Release
22- uses : softprops/action-gh-release@v2
23- with :
24- files : ./artifacts/**/*
15+ uses : actions/download-artifact@v4
16+ with :
17+ path : ./artifacts
18+ - name : Create Release
19+ uses : softprops/action-gh-release@v2
20+ with :
21+ files : ./artifacts/**/*
2522 env :
2623 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments