1 Commits

Author SHA1 Message Date
ca46a9eccc Update build-and-release workflow to use full GitHub URL for release action
Some checks failed
Release binary for cl-cli / build-and-release (push) Failing after 1m19s
2025-10-25 00:14:41 +02:00

View File

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