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 a1c4b67 commit dd34941Copy full SHA for dd34941
.github/workflows/create-release-proposal.yml
@@ -81,6 +81,7 @@ jobs:
81
- name: Start git node release prepare
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
86
./tools/actions/create-release.sh "${RELEASE_DATE}" "${RELEASE_LINE}"
87
env:
0 commit comments