Skip to content

Commit b099cf7

Browse files
committed
fixup! tools: update create-release-proposal workflow
1 parent 687e0e3 commit b099cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release-proposal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
# The curl command is to make sure we run the version of the script corresponding to the current workflow.
8585
run: |
8686
git update-index --assume-unchanged tools/actions/create-release.sh
87-
curl -L https://github.com/${GITHUB_REPOSITORY}/raw/${GITHUB_SHA}/tools/actions/create-release.sh > tools/actions/create-release.sh
87+
curl -fsSLo tools/actions/create-release.sh https://github.com/${GITHUB_REPOSITORY}/raw/${GITHUB_SHA}/tools/actions/create-release.sh
8888
./tools/actions/create-release.sh "${RELEASE_DATE}" "${RELEASE_LINE}"
8989
env:
9090
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)