Skip to content

Commit

Permalink
fixed npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Zetazzz committed Feb 28, 2024
1 parent a0038eb commit 3b23b30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
git config user.email "${{ github.actor}}@users.noreply.github.com"
BRANCH_NAME="build-$(date +%Y%m%d-%H%M%S)"
git checkout -b $BRANCH_NAME
git add .
git commit -am "build 🛠"
git push origin $BRANCH_NAME
env:
Expand Down

0 comments on commit 3b23b30

Please sign in to comment.