Skip to content

Bump version

Bump version #12

Workflow file for this run

name: Release
on:
push:
tags:
- v*
jobs:
release:
uses: ./.github/workflows/build-base.yml
with:
goreleaser_args: ''
secrets:
SIGNPATH_API_TOKEN: ${{ secrets.SIGNPATH_API_TOKEN }}