Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinfuchs committed Sep 6, 2024
1 parent d21560f commit 41e380a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: "18"
- name: Build Site
- name: Build Website
run: npm install && npm run build
working-directory: ./kite-web
- name: Build App
- name: Build Docs
run: npm install && npm run build
working-directory: ./kite-docs
- name: Set up Go
Expand All @@ -29,11 +29,11 @@ jobs:
go-version: ">=1.21.0"
check-latest: true
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v6
with:
workdir: kite-service
distribution: goreleaser
version: latest
args: release --clean
args: release --clean --skip=validate
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions kite-service/.goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
builds:
- binary: kite-service
tags:
Expand Down

0 comments on commit 41e380a

Please sign in to comment.