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 0c802dc commit 687e0e3Copy full SHA for 687e0e3
.github/workflows/create-release-proposal.yml
@@ -83,6 +83,7 @@ jobs:
83
- name: Start git node release prepare
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
88
./tools/actions/create-release.sh "${RELEASE_DATE}" "${RELEASE_LINE}"
89
env:
0 commit comments