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 dd34941 commit cf9ed03Copy full SHA for cf9ed03
.github/workflows/create-release-proposal.yml
@@ -82,7 +82,7 @@ jobs:
82
# The curl command is to make sure we run the version of the script corresponding to the current workflow.
83
run: |
84
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
+ curl -fsSLo tools/actions/create-release.sh https://github.com/${GITHUB_REPOSITORY}/raw/${GITHUB_SHA}/tools/actions/create-release.sh
86
./tools/actions/create-release.sh "${RELEASE_DATE}" "${RELEASE_LINE}"
87
env:
88
GH_TOKEN: ${{ github.token }}
0 commit comments