Skip to content

#minor: fix goreleaser config #38

#minor: fix goreleaser config

#minor: fix goreleaser config #38

Workflow file for this run

name: tag
on:
push:
branches:
- main
jobs:
semver:
runs-on: ubuntu-latest
outputs:
tag: ${{ steps.tagging.outputs.new_tag }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: '0'
- name: Install Go
uses: actions/setup-go@v5
- name: Bump version and push tag
uses: anothrNick/[email protected]
id: tagging
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
RELEASE_BRANCHES: main
DEFAULT_BUMP: minor