Skip to content

Commit 687e0e3

Browse files
committed
fixup! tools: update create-release-proposal workflow
1 parent 0c802dc commit 687e0e3

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
@@ -83,6 +83,7 @@ jobs:
8383
- name: Start git node release prepare
8484
# The curl command is to make sure we run the version of the script corresponding to the current workflow.
8585
run: |
86+
git update-index --assume-unchanged tools/actions/create-release.sh
8687
curl -L https://github.com/${GITHUB_REPOSITORY}/raw/${GITHUB_SHA}/tools/actions/create-release.sh > tools/actions/create-release.sh
8788
./tools/actions/create-release.sh "${RELEASE_DATE}" "${RELEASE_LINE}"
8889
env:

0 commit comments

Comments
 (0)