Skip to content

Commit

Permalink
ci: only patches
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Sep 19, 2023
1 parent da4aa31 commit 9327a26
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 @@ -29,13 +29,13 @@ jobs:
git commit -m "ci: prettier format"
git push --set-upstream origin master
npm version patch -m "ci: bump version to %s"
git push --follow-tags
git push
CI=false yarn install && CI=false yarn run build
git add ./build -f
git commit -m "ci: automatic build fixes" || echo -n
git push --set-upstream origin master
- name: Create New Release
uses: rymndhng/release-on-push-action@master
with:
bump_version_scheme: minor
bump_version_scheme: patch
use_github_release_notes: true

0 comments on commit 9327a26

Please sign in to comment.