Update release workflow to use Gitea URL for release action
Some checks failed
Release binary for cl-cli / build-and-release (push) Failing after 1m34s

This commit is contained in:
2025-10-25 00:23:24 +02:00
parent b648599088
commit c1e8019688

View File

@@ -21,7 +21,7 @@ jobs:
with:
path: .changes/${{ github.ref_name }}.md
- name: Release
uses: https://github.com/akkuman/gitea-release-action@v1
uses: https://gitea.com/akkuman/gitea-release-action@v1
#env:
# NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
with: