Skip to content

Commit

Permalink
add set upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Zetazzz committed Mar 6, 2024
1 parent a181a75 commit 5d811bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish-min.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
git add .
if ! git diff --staged --quiet; then
git commit -am "build 🛠 $BRANCH_NAME"
git push origin $BRANCH_NAME
git push --set-upstream origin $BRANCH_NAME
else
echo "No changes to commit."
fi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
git add .
if ! git diff --staged --quiet; then
git commit -am "build 🛠 $BRANCH_NAME"
git push origin $BRANCH_NAME
git push --set-upstream origin $BRANCH_NAME
else
echo "No changes to commit."
fi
Expand Down

0 comments on commit 5d811bd

Please sign in to comment.