Skip to content

Commit

Permalink
ci: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
ColeDrain authored Mar 24, 2023
1 parent 717ccd3 commit 067d906
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,24 @@ permissions:
# issues: write

jobs:
goreleaser:
build:
name: goreleaser
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Check out code into the Go module directory
uses: actions/checkout@v3
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/setup-go@v4

- name: Setup gO 1.20.2
uses: actions/setup-go@v4
with:
go-version: 1.20.2
- uses: goreleaser/goreleaser-action@v4

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: release --clean
Expand Down

0 comments on commit 067d906

Please sign in to comment.