Skip to content

Commit f9a9783

Browse files
committed
- Update to softprops/action-gh-release@v2
1 parent ee44678 commit f9a9783

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
id: tag_info
131131
run: echo "SOURCE_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
132132
- name: Create release
133-
uses: softprops/action-gh-release@v1
133+
uses: softprops/action-gh-release@v2
134134
env:
135135
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
136136
with:
@@ -199,7 +199,7 @@ jobs:
199199
tags: ${{ secrets.DOCKERHUB_USERNAME }}/opendirectorydownloader:${{ matrix.target }}
200200

201201
combine:
202-
needs: docker
202+
needs: [ docker ]
203203
runs-on: ubuntu-latest
204204
steps:
205205
- name: Set up Docker Buildx
@@ -223,4 +223,3 @@ jobs:
223223
${{ secrets.DOCKERHUB_USERNAME }}/opendirectorydownloader:linux-x64
224224
${{ secrets.DOCKERHUB_USERNAME }}/opendirectorydownloader:linux-arm
225225
${{ secrets.DOCKERHUB_USERNAME }}/opendirectorydownloader:linux-arm64
226-

0 commit comments

Comments
 (0)