Skip to content

Commit

Permalink
fix wf
Browse files Browse the repository at this point in the history
  • Loading branch information
Zetazzz committed Mar 8, 2024
1 parent a691cb8 commit 1793c4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish-min.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
cd packages/juno
yarn codegen
cd ../../
git add .
if ! git diff --staged --quiet; then
git commit -am "build 🛠 $BRANCH_NAME"
git push --set-upstream origin $BRANCH_NAME
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
cd packages/juno
yarn codegen
cd ../../
git add .
if ! git diff --staged --quiet; then
git commit -am "build 🛠 $BRANCH_NAME"
git push --set-upstream origin $BRANCH_NAME
Expand Down

0 comments on commit 1793c4b

Please sign in to comment.