Skip to content

Commit fdbfed9

Browse files
committed
fix(plugins/npm-post): github workflow re-trigger hack
1 parent e941d1b commit fdbfed9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/npm-post.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ release() {
144144
fi
145145

146146
if [ -n "${GIT_REMOTE_ORIGIN}" ]; then
147+
# GitHub workflow re-trigger hack to make it work properly
148+
git pull
147149
git push --no-verify
148150
CHECKOUT_SHA=$(git rev-parse HEAD)
149151
log "Committed npm [${NEXT_RELEASE_TAG-}] tag"

0 commit comments

Comments
 (0)