Skip to content

Commit

Permalink
feat(CI - Github Actions): added build new release
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisMarchio03 committed Apr 26, 2024
1 parent 40f99aa commit b847a33
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,14 @@ jobs:
- name: Stop MySQL Docker container
run: docker stop mysql

release:
runs-on: ubuntu-latest
needs: build

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: rymndhng/release-on-push-action@master
with:
bump_version_scheme: minor

0 comments on commit b847a33

Please sign in to comment.