Skip to content

Commit

Permalink
fix: bump goreleaser version
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrabovcin committed Aug 25, 2024
1 parent 10a69ab commit eb69896
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release-kib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:
workflow_dispatch:
push:
tags:
- 'v*'
- "v*"

name: Release konvoy-image-builder
jobs:
release-to-github:
runs-on:
- self-hosted
- small
- self-hosted
- small
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -24,11 +24,11 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
go-version-file: "go.mod"
cache: true

- name: Download GoReleaser
run: go install github.com/goreleaser/goreleaser@v1.15.2
run: go install github.com/goreleaser/goreleaser/[email protected]

- name: Docker Login
uses: docker/login-action@v3
Expand All @@ -46,7 +46,7 @@ jobs:
DOCKER_CLI_EXPERIMENTAL: "enabled"
GITHUB_TOKEN: ${{ secrets.MESOSPHERECI_USER_TOKEN }}
# notarize options
NOTARIZE_DARWIN_BINARY: 'true'
NOTARIZE_DARWIN_BINARY: "true"
MACOS_SIGN_P12: "${{ secrets.NCN_APPLE_DEVELOPER_CERTIFICATE_P12_BASE64 }}"
MACOS_SIGN_PASSWORD: "${{ secrets.NCN_APPLE_DEVELOPER_CERTIFICATE_PASSWORD }}"
MACOS_NOTARY_ISSUER_ID: "${{ secrets.NCN_APPSTORECONNECT_ISSUER_ID }}"
Expand Down

0 comments on commit eb69896

Please sign in to comment.