Skip to content

Commit

Permalink
remove git add . and commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvalotem1 committed Nov 21, 2023
1 parent 0310e7d commit 8d7d784
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ jobs:
make move-package-json-to-dist
make prerelease-version-upgrade-${version}-alpha.${{ github.run_id }}
make pretty
git add .
git commit -m "chore: prelrease version"
make publish-packages-next
env:
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
Expand Down

0 comments on commit 8d7d784

Please sign in to comment.