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
|
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user