We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e50ec1 commit 88a3d6dCopy full SHA for 88a3d6d
.github/workflows/ci-cd.yaml
@@ -7,8 +7,8 @@ jobs:
7
os: [ubuntu-latest, macos-latest]
8
runs-on: ${{ matrix.os }}
9
steps:
10
- - uses: actions/checkout@v3
11
- - uses: actions/setup-go@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-go@v5
12
with:
13
go-version: "1.20.x"
14
- name: Run tests
.goreleaser.yml
@@ -39,6 +39,7 @@ brews:
39
license: "MIT"
40
url_template: "https://github.com/arl/gitmux/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
41
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
42
+ directory: Formula
43
skip_upload: false
44
repository:
45
owner: arl
0 commit comments