Skip to content

Commit cf9ed03

Browse files
committed
fixup! tools: update create-release-proposal workflow
1 parent dd34941 commit cf9ed03

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
@@ -82,7 +82,7 @@ jobs:
8282
# The curl command is to make sure we run the version of the script corresponding to the current workflow.
8383
run: |
8484
git update-index --assume-unchanged tools/actions/create-release.sh
85-
curl -L https://github.com/${GITHUB_REPOSITORY}/raw/${GITHUB_SHA}/tools/actions/create-release.sh > tools/actions/create-release.sh
85+
curl -fsSLo tools/actions/create-release.sh https://github.com/${GITHUB_REPOSITORY}/raw/${GITHUB_SHA}/tools/actions/create-release.sh
8686
./tools/actions/create-release.sh "${RELEASE_DATE}" "${RELEASE_LINE}"
8787
env:
8888
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)