Files
graphql-monitoring-proxy/.github/workflows/release.yaml
T
2025-12-07 16:13:33 +00:00

24 lines
384 B
YAML

name: Release
on:
workflow_dispatch:
push:
paths-ignore:
- "**.md"
- "**/release.yaml"
- "static/**"
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
secrets: inherit