We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
create-release-proposal
1 parent 687e0e3 commit b099cf7Copy full SHA for b099cf7
.github/workflows/create-release-proposal.yml
@@ -84,7 +84,7 @@ jobs:
84
# The curl command is to make sure we run the version of the script corresponding to the current workflow.
85
run: |
86
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
+ curl -fsSLo tools/actions/create-release.sh https://github.com/${GITHUB_REPOSITORY}/raw/${GITHUB_SHA}/tools/actions/create-release.sh
88
./tools/actions/create-release.sh "${RELEASE_DATE}" "${RELEASE_LINE}"
89
env:
90
GH_TOKEN: ${{ github.token }}
0 commit comments