Skip to content

Commit

Permalink
Fix syntax error on publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JustBlackBird committed Jun 25, 2020
1 parent 4b7de05 commit 0bb8299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
uses: actions/checkout@v2
- name: Set up golang
uses: actions/setup-go@v2
with:
go-version: '1.14'
with:
go-version: '1.14'
- name: Run linter
run: go vet ./...
- name: Run tests
Expand Down

0 comments on commit 0bb8299

Please sign in to comment.