mirror of
https://github.com/lukaszraczylo/lolcathost.git
synced 2026-06-06 23:33:39 +00:00
23 lines
372 B
YAML
23 lines
372 B
YAML
name: Release
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
paths:
|
|
- "**.go"
|
|
- "go.mod"
|
|
- "go.sum"
|
|
workflow_dispatch:
|
|
|
|
permissions:
|
|
contents: write
|
|
|
|
jobs:
|
|
release:
|
|
uses: lukaszraczylo/shared-actions/.github/workflows/go-release.yaml@main
|
|
with:
|
|
go-version: "1.24"
|
|
secrets:
|
|
homebrew-tap-token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
|