Skip to content

Fix: stop execution when trying to slice an unsupported type (#443) #23

Fix: stop execution when trying to slice an unsupported type (#443)

Fix: stop execution when trying to slice an unsupported type (#443) #23

Workflow file for this run

name: release
on:
push:
tags:
- '*'
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: check out
uses: actions/checkout@v2
- name: Unshallow
run: git fetch --prune --unshallow
- name: set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: run goreleaser
uses: goreleaser/goreleaser-action@v3
with:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}