ci: Fix CI
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
||||
id: get-notes
|
||||
run: |
|
||||
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"
|
||||
- name: Run Goreleaser
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user