Skip to content

Merge pull request #21 from uji/uji/support-array-types #9

Merge pull request #21 from uji/uji/support-array-types

Merge pull request #21 from uji/uji/support-array-types #9

Workflow file for this run

name: Release
on:
push:
tags:
- '*'
jobs:
goreleaser:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Set up Go
uses: actions/[email protected]
with:
go-version: '1.20.0'
- name: Release
run: |
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} make release