We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e2e4e commit aab5180Copy full SHA for aab5180
1 file changed
.github/workflows/build-cli.yaml
@@ -15,10 +15,8 @@ jobs:
15
with:
16
fetch-depth: 0
17
- uses: actions/setup-go@v5
18
- - name: Run GoReleaser
19
- uses: goreleaser/goreleaser-action@v6
20
- with:
21
- args: release --clean
22
- workdir: './cli'
23
- env:
24
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ - run: go build ./
+ working-directory: cli
+ - run: gh release create ${{github.ref_name}} --generate-notes cli
+
0 commit comments