Skip to content

Commit dd34941

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/create-release-proposal.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
- name: Start git node release prepare
8282
# The curl command is to make sure we run the version of the script corresponding to the current workflow.
8383
run: |
84+
git update-index --assume-unchanged tools/actions/create-release.sh
8485
curl -L https://github.com/${GITHUB_REPOSITORY}/raw/${GITHUB_SHA}/tools/actions/create-release.sh > tools/actions/create-release.sh
8586
./tools/actions/create-release.sh "${RELEASE_DATE}" "${RELEASE_LINE}"
8687
env:

0 commit comments

Comments
 (0)