mirror of
https://github.com/chenasraf/tx.git
synced 2026-05-17 17:28:08 +00:00
21 lines
372 B
YAML
Executable File
21 lines
372 B
YAML
Executable File
name: Release
|
|
|
|
on:
|
|
push:
|
|
branches: ["**"]
|
|
pull_request:
|
|
branches: ["**"]
|
|
|
|
permissions:
|
|
contents: write
|
|
pull-requests: write
|
|
|
|
jobs:
|
|
release:
|
|
uses: chenasraf/workflows/.github/workflows/go-release.yml@master
|
|
with:
|
|
name: tx
|
|
homebrew-tap-repo: chenasraf/homebrew-tap
|
|
secrets:
|
|
REPO_DISPATCH_PAT: ${{ secrets.REPO_DISPATCH_PAT }}
|