Skip to content

Commit

Permalink
fix: disable versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
kevkevinpal committed Nov 10, 2023
1 parent cc0dfe0 commit 0248e5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
git add ./src || true
git commit -m "ci: prettier format" || echo -n
git push --set-upstream origin master
npm version patch -m "ci: bump version to %s"
git push
# npm version patch -m "ci: bump version to %s"
# git push
CI=false yarn install && CI=false yarn run build
git add ./build -f
git commit -m "ci: automatic build fixes" || echo -n
Expand Down

0 comments on commit 0248e5b

Please sign in to comment.