Skip to content

Commit

Permalink
- Update to softprops/action-gh-release@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaBear84 committed Dec 31, 2024
1 parent ee44678 commit f9a9783
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
id: tag_info
run: echo "SOURCE_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
- name: Create release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
tags: ${{ secrets.DOCKERHUB_USERNAME }}/opendirectorydownloader:${{ matrix.target }}

combine:
needs: docker
needs: [ docker ]
runs-on: ubuntu-latest
steps:
- name: Set up Docker Buildx
Expand All @@ -223,4 +223,3 @@ jobs:
${{ secrets.DOCKERHUB_USERNAME }}/opendirectorydownloader:linux-x64
${{ secrets.DOCKERHUB_USERNAME }}/opendirectorydownloader:linux-arm
${{ secrets.DOCKERHUB_USERNAME }}/opendirectorydownloader:linux-arm64

0 comments on commit f9a9783

Please sign in to comment.