Files
git-velocity/.github/workflows/release.yml
T
2026-05-22 00:53:07 +01:00

26 lines
449 B
YAML

name: Test, build, release
on:
workflow_dispatch:
push:
paths-ignore:
- '**.md'
- '**/release.yml'
- 'action.yml'
branches:
- main
permissions:
id-token: write
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