Skip to content

feat: add WithEnumsAsStrings transpiler option #255

feat: add WithEnumsAsStrings transpiler option

feat: add WithEnumsAsStrings transpiler option #255

Workflow file for this run

name: release
on:
push:
branches: [master]
permissions: write-all
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Setup Sage
uses: einride/sage/actions/setup@master
with:
go-version-file: .sage/go.mod
- name: Make
run: make
- name: Release
id: semantic-release
uses: go-semantic-release/action@v1.24
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
allow-initial-development-versions: true