Skip to content

Commit

Permalink
ci: only patches (#418)
Browse files Browse the repository at this point in the history
Co-authored-by: Github Actions <[email protected]>
  • Loading branch information
kevkevinpal and Github Actions authored Sep 19, 2023
1 parent da4aa31 commit 04ff31a
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 04ff31a

Please sign in to comment.