Skip to content

Commit

Permalink
Merge branch 'master' of github.com:LinuxSuRen/ks into master
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxSuRen committed Dec 6, 2020
2 parents ac30e35 + 6b92230 commit 4a944e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/[email protected]
- name: Run GoReleaser
uses: goreleaser/[email protected].0
uses: goreleaser/[email protected].1
with:
version: latest
args: check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
go-version: 1.13.x
- name: Run GoReleaser
uses: goreleaser/[email protected].0
uses: goreleaser/[email protected].1
with:
version: latest
args: release --rm-dist
Expand Down

0 comments on commit 4a944e2

Please sign in to comment.