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 778ad2f commit cbb52d2Copy full SHA for cbb52d2
.github/workflows/release-branch.yml
@@ -59,6 +59,7 @@ jobs:
59
run: |
60
RELEASE_COMMIT=$(git rev-parse HEAD)
61
node ./scripts/stable-versions-store.js
62
+ git fetch origin master
63
git checkout master
64
node ./scripts/stable-versions-restore.js
65
HEAD_COMMIT=$(git rev-parse HEAD)
scripts/release/03-release-npm.sh
@@ -28,4 +28,4 @@ cd "$TEMP_DIR"
28
export YARN_ENABLE_IMMUTABLE_INSTALLS=0
29
30
node "$TEMP_DIR"/bin/yarn.js
31
-node "$TEMP_DIR"/bin/yarn.js npm publish --access=public
+node "$TEMP_DIR"/bin/yarn.js npm publish --tolerate-republish --access=public
0 commit comments