diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index 55d568e..add8b1e 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -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 diff --git a/.goreleaser.yml b/.goreleaser.yml index 5b4b863..9c127cf 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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