Skip to content

Commit

Permalink
Merge branch 'test' into fix/tweet-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jdutchak authored Aug 1, 2024
2 parents e03d9fc + a0a1e1d commit 4c01581
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ jobs:
go-version: '1.21'

- name: Build Binary
run: go build -v -o masa-node ./cmd/masa-node
run: |
make build
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:

- name: Build Binary
run: |
echo "Building with version: ${{ env.VERSION }}"
go build -v -ldflags "-X github.com/masa-finance/masa-oracle/pkg/config.Version=${{ env.VERSION }}" -o masa-node ./cmd/masa-node
make build
- id: auth
uses: google-github-actions/auth@v2
Expand Down

0 comments on commit 4c01581

Please sign in to comment.