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 4e6c544 commit 769d495
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,24 +41,13 @@ jobs:
- name: Stop MySQL Docker container
run: docker stop mysql

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

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2

- name: Configurar Go
uses: actions/setup-go@v2
with:
go-version: '1.22.2'

- name: Criar Release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: rymndhng/release-on-push-action@master
with:
tag_name: v1.0.0
release_name: Release v1.0.0
body: |
## Notas de Release
- Adicione notas de release aqui
- Você pode incluir informações sobre as alterações, correções ou melhorias
bump_version_scheme: minor

0 comments on commit 769d495

Please sign in to comment.