Skip to content

Commit

Permalink
release -testing
Browse files Browse the repository at this point in the history
  • Loading branch information
napisani committed Feb 25, 2024
1 parent 0cc7a56 commit 541c1c7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,20 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: stable
# More assembly might be required: Docker logins, GPG, etc.
# It all depends on your needs.
- name: setup node
uses: actions/setup-node@v2
with:
node-version: '20'
- name: webapp build npm install
working-directory: web
run: |
npm install
npm run build
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ before:
# you may remove this if you don't need go generate
- go generate ./...


builds:
- env:
- CGO_ENABLED=0
Expand Down

0 comments on commit 541c1c7

Please sign in to comment.