Skip to content

Commit

Permalink
ci: 修复并精简CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gclm committed Jan 28, 2022
1 parent 7afe19d commit 791bca7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17

- name: Validates GO releaser config
uses: docker://goreleaser/goreleaser:latest
with:
args: check

- name: Create release on GitHub
uses: docker://goreleaser/goreleaser:latest
with:
Expand Down

0 comments on commit 791bca7

Please sign in to comment.