Skip to content

Commit

Permalink
release versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki committed Jun 21, 2024
1 parent 64f6301 commit b39f725
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
goos: [linux, darwin]
goarch: [amd64, arm64]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: wangyoucao577/go-release-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: 1.21.4
ldflags: -X "github.com/kuadrant/kuadrantctl/version.GitHash=${{ github.sha }}"

0 comments on commit b39f725

Please sign in to comment.