Skip to content

Commit

Permalink
Merge pull request #88 from Kuadrant/release-versioning
Browse files Browse the repository at this point in the history
versioning in releases
  • Loading branch information
eguzki authored Jun 25, 2024
2 parents 64f6301 + b39f725 commit ddfe1d6
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 ddfe1d6

Please sign in to comment.