ci: Fix CI
Some checks failed
Lint Golang / lint (push) Failing after 2m39s
Release / Sematic Release (push) Successful in 12s
Release / Goreleaser (push) Successful in 6m51s

This commit is contained in:
2025-10-29 17:42:11 +00:00
parent 19fc8d1185
commit c47de4cd63

View File

@@ -46,7 +46,7 @@ jobs:
id: get-notes id: get-notes
run: | run: |
export FILE_NAME=$(openssl rand -hex 36) export FILE_NAME=$(openssl rand -hex 36)
echo "name=$FILE_NAME" >> "$GITHUB_OUTPUT echo "name=$FILE_NAME" >> "$GITHUB_OUTPUT"
curl -L ${{ needs.semantic-release.outputs.releaseContentLink }} >> "/tmp/$FILE_NAME" curl -L ${{ needs.semantic-release.outputs.releaseContentLink }} >> "/tmp/$FILE_NAME"
- name: Run Goreleaser - name: Run Goreleaser
env: env: