mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Use goreleaser v1.1.0 for Orbit build (#5934)
This commit is contained in:
parent
087b85a540
commit
b9161d008f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/goreleaser-orbit.yaml
vendored
4
.github/workflows/goreleaser-orbit.yaml
vendored
|
|
@ -42,10 +42,10 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab # v2
|
||||
with:
|
||||
go-version: 1.18.2
|
||||
go-version: 1.18.2
|
||||
|
||||
- name: Run GoReleaser
|
||||
run: go run github.com/goreleaser/goreleaser@v1.8.3 release --rm-dist -f orbit/.goreleaser.yml
|
||||
run: go run github.com/goreleaser/goreleaser@v1.1.0 release --rm-dist -f orbit/.goreleaser.yml
|
||||
env:
|
||||
AC_USERNAME: ${{ secrets.APPLE_USERNAME }}
|
||||
AC_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue