File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130
130
id : tag_info
131
131
run : echo "SOURCE_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
132
132
- name : Create release
133
- uses : softprops/action-gh-release@v1
133
+ uses : softprops/action-gh-release@v2
134
134
env :
135
135
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
136
136
with :
@@ -199,7 +199,7 @@ jobs:
199
199
tags : ${{ secrets.DOCKERHUB_USERNAME }}/opendirectorydownloader:${{ matrix.target }}
200
200
201
201
combine :
202
- needs : docker
202
+ needs : [ docker ]
203
203
runs-on : ubuntu-latest
204
204
steps :
205
205
- name : Set up Docker Buildx
@@ -223,4 +223,3 @@ jobs:
223
223
${{ secrets.DOCKERHUB_USERNAME }}/opendirectorydownloader:linux-x64
224
224
${{ secrets.DOCKERHUB_USERNAME }}/opendirectorydownloader:linux-arm
225
225
${{ secrets.DOCKERHUB_USERNAME }}/opendirectorydownloader:linux-arm64
226
-
You can’t perform that action at this time.
0 commit comments