Files
git-velocity/.github/workflows/release.yml
T
2025-12-10 21:34:25 +00:00

25 lines
429 B
YAML

name: Test, build, release
on:
workflow_dispatch:
push:
paths-ignore:
- '**.md'
- '**/release.yml'
- 'action.yml'
branches:
- main
permissions:
contents: write
packages: write
jobs:
release:
uses: lukaszraczylo/shared-actions/.github/workflows/go-release.yaml@main
with:
go-version: "1.24"
docker-enabled: true
rolling-release-tag: "v1"
secrets: inherit