Skip to content

Commit 41648c0

Browse files
authored
Add temporary commit in release workflow
Added temporary commit for a pristine repository during release process.
1 parent a6d02db commit 41648c0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release-rerun.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
git fetch origin ${{github.event.inputs.release_script_ref}} --depth=1
5959
git checkout ${{github.event.inputs.release_script_ref}} -- scripts/release
6060
61+
git add .
62+
git commit -m 'Temporary commit for a pristine repository'
63+
6164
- name: 'Upload the releases'
6265
run: |
6366
yarn config set -H 'npmAuthToken' "${{secrets.YARNBOT_NPM_TOKEN}}"

0 commit comments

Comments
 (0)