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.
1 parent a6d02db commit 41648c0Copy full SHA for 41648c0
1 file changed
.github/workflows/release-rerun.yml
@@ -58,6 +58,9 @@ jobs:
58
git fetch origin ${{github.event.inputs.release_script_ref}} --depth=1
59
git checkout ${{github.event.inputs.release_script_ref}} -- scripts/release
60
61
+ git add .
62
+ git commit -m 'Temporary commit for a pristine repository'
63
+
64
- name: 'Upload the releases'
65
run: |
66
yarn config set -H 'npmAuthToken' "${{secrets.YARNBOT_NPM_TOKEN}}"
0 commit comments