Skip to content

feat: re enable FUSIONS, SPLICE_VARIANTS, MUTATIONS and CSV #6

feat: re enable FUSIONS, SPLICE_VARIANTS, MUTATIONS and CSV

feat: re enable FUSIONS, SPLICE_VARIANTS, MUTATIONS and CSV #6

Workflow file for this run

name: Create release and upload assets
on:
push:
tags:
- 'v*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- run: go test
- run: make package-all
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
draft: 'true'
make_latest: 'true'
generate_release_notes: 'true'
files: |
*linux.tar.gz
*win64.zip