4 Commits

Author SHA1 Message Date
e49b539e61 Uncomment NODE_OPTIONS environment variable in release workflow.
Some checks failed
Check go code / build-and-release (pull_request) Successful in 1m10s
Check go code / build-and-release (pull_request_target) Successful in 1m5s
Check go code / build-and-release (push) Failing after 10m30s
Release binary for cl-cli / build-and-release (push) Successful in 1m21s
2025-10-25 00:27:00 +02:00
c1e8019688 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
2025-10-25 00:23:24 +02:00
b648599088 fake v_release content
Some checks failed
Check go code / build-and-release (push) Successful in 1m5s
Release binary for cl-cli / build-and-release (push) Failing after 1m18s
2025-10-25 00:17:48 +02:00
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
2 changed files with 4 additions and 3 deletions

View File

@@ -0,0 +1 @@
ok

View File

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