Skip to content

Commit

Permalink
generate version files
Browse files Browse the repository at this point in the history
  • Loading branch information
jahvon committed Oct 10, 2023
1 parent b1ecc95 commit e08f99b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Generate Version Files
run: |
go generate ./internal/cmd/version
- uses: wangyoucao577/go-release-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e08f99b

Please sign in to comment.