Skip to content

Commit

Permalink
chore: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno committed Jul 29, 2024
1 parent e828417 commit eb74c7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
go-version: '1.21.3'
- run: go version
- run: go mod download
- run: go build cmd/cosmos-proposals-checker.go
- run: go build cmd/astronomer.go
go-vet:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -48,4 +48,4 @@ jobs:
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: QuokkaStake/cosmos-proposals-checker
slug: QuokkaStake/astronomer
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
builds:
- main: ./cmd/cosmos-proposals-checker.go
- main: ./cmd/astronomer.go
env:
- CGO_ENABLED=0
goos:
Expand Down

0 comments on commit eb74c7e

Please sign in to comment.