mirror of
https://github.com/arl/gitmux.git
synced 2026-09-10 07:26:18 -04:00
Fix/ci and brew tap (#119)
* ci: bump action versions * goreleaser: fix s/brew.folder/directory
This commit is contained in:
parent
2e50ec1adb
commit
88a3d6df03
4
.github/workflows/ci-cd.yaml
vendored
4
.github/workflows/ci-cd.yaml
vendored
|
|
@ -7,8 +7,8 @@ jobs:
|
|||
os: [ubuntu-latest, macos-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: "1.20.x"
|
||||
- name: Run tests
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@ brews:
|
|||
license: "MIT"
|
||||
url_template: "https://github.com/arl/gitmux/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
|
||||
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
|
||||
directory: Formula
|
||||
skip_upload: false
|
||||
repository:
|
||||
owner: arl
|
||||
|
|
|
|||
Loading…
Reference in a new issue