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
Some checks failed
Release binary for cl-cli / build-and-release (push) Failing after 1m19s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user