Skip to content

feat: add sql support (#12) #10

feat: add sql support (#12)

feat: add sql support (#12) #10

Workflow file for this run

name: release
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
push:
tags:
- '*'
jobs:
build_release:
name: build_release
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: setup-node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Run install
uses: borales/actions-yarn@v4
with:
cmd: install # will run `yarn install` command
- name: build
run: yarn build
-
name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21
-
name: Run Mage
uses: magefile/mage-action@v3
- name: sign
run: yarn sign
env:
GRAFANA_ACCESS_POLICY_TOKEN: ${{ secrets.SIGN_TOKEN }}
- name: zip
run: yarn zip
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
info8fcc-greptimedb-datasource.zip