Skip to content

Commit

Permalink
goreleaser??
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppe-g-gelardi committed Nov 20, 2023
1 parent 39d4d21 commit 3dcc724
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,23 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.20'

- name: Download dependencies
run: go mod download

- name: Build
run: go build -v ./cmd/session

- uses: goreleaser/goreleaser-action@v3
with:
args: "release --rm-dist"
version: latest
workdir: cmd/session
env:
GITHUB_TOKEN: ${{ secrets.GIT_SESSIONIZER_SECRET }}






0 comments on commit 3dcc724

Please sign in to comment.