Skip to content

Commit

Permalink
dciborow/action-github-releases@
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri Wahl committed Aug 8, 2024
1 parent 3fc9b70 commit ac986c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -436,9 +436,9 @@ jobs:
merge-multiple: true
- run: cd artifact && md5sum *agstamon* > md5sums.txt
- run: cd artifact && sha256sum *agstamon* > sha256sums.txt
- uses: marvinpinto/action-automatic-releases@latest
#- uses: marvinpinto/action-automatic-releases@latest
# the dciborow action is outdated as well :-(
#- uses: dciborow/[email protected]
- uses: dciborow/[email protected]
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
Expand Down

0 comments on commit ac986c6

Please sign in to comment.