Skip to content

Allow custom types to be used for Pos, EndPos and Token. #1

Allow custom types to be used for Pos, EndPos and Token.

Allow custom types to be used for Pos, EndPos and Token. #1

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*'
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: ./bin/hermit env --raw >> $GITHUB_ENV
- run: goreleaser release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}