Skip to content

Version 0.1.0

Version 0.1.0 #4

Workflow file for this run

name: 'Tag Release'
on:
push:
branches:
- main
- 'release-*'
paths:
- version.go
jobs:
tag-release:
runs-on: ubuntu-20.04
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: /usr/bin/git config --global user.email [email protected]
- run: /usr/bin/git config --global user.name 'GitHub Actions Release Tagger'
- run: hack/tag-release.sh