We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 377af97 + b345c07 commit b33fdefCopy full SHA for b33fdef
1 file changed
.github/workflows/release.yml
@@ -57,5 +57,7 @@ jobs:
57
npx commit-and-tag-version
58
fi
59
60
+ # Pull any commits that landed during the test phase (e.g. dependabot merges)
61
+ git pull --rebase origin master
62
git push
63
git push --tags
0 commit comments