Skip to content

Commit aab5180

Browse files
committed
chore: ci build go cli7
1 parent 84e2e4e commit aab5180

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/build-cli.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
- 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 }}
18+
- run: go build ./
19+
working-directory: cli
20+
- run: gh release create ${{github.ref_name}} --generate-notes cli
21+
working-directory: cli
22+

0 commit comments

Comments
 (0)