Skip to content

feat: add bybit data source (#39) #12

feat: add bybit data source (#39)

feat: add bybit data source (#39) #12

Workflow file for this run

name: Goreleaser
on:
push:
tags:
- "v*"
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- run: make release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}