Skip to content

Commit

Permalink
ci: now after building we will create a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Sep 19, 2023
1 parent 12ea9d9 commit 79791a3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
name: build
runs-on:
- ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -27,3 +29,8 @@ jobs:
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
use_github_release_notes: true

0 comments on commit 79791a3

Please sign in to comment.