Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
phm07 committed Oct 31, 2024
1 parent 1cce96c commit baf9997
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Release

on:
push:
tags:
- "v*.*.*"
# tags:
# - "v*.*.*"

env:
GOTOOLCHAIN: local
Expand Down Expand Up @@ -31,11 +31,16 @@ jobs:
uses: goreleaser/goreleaser-action@v6
with:
version: 2.x
args: release --clean --skip=validate
args: release --clean --snapshot --skip=validate # release --clean --skip=validate
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
QUILL_SIGN_P12: ${{ secrets.APPLE_CERTIFICATE_P12_FILE }}
QUILL_SIGN_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_P12_PASSWORD }}
QUILL_NOTARY_ISSUER: ${{ secrets.APPLE_NOTARY_ISSUER }}
QUILL_NOTARY_KEY_ID: ${{ secrets.APPLE_NOTARY_KEY_ID }}
QUILL_NOTARY_KEY: ${{ secrets.APPLE_NOTARY_KEY }}

- uses: actions/upload-artifact@v4
with:
name: Preview Binaries
path: dist/hcloud-*/hcloud
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ builds:
- cmd: >
go run github.com/anchore/quill/cmd/quill
sign-and-notarize "{{ .Path }}"
--dry-run={{ .IsSnapshot }}
--ad-hoc={{ .IsSnapshot }}
# --dry-run={{ .IsSnapshot }}
# --ad-hoc={{ .IsSnapshot }}
-vv
output: true

Expand Down

0 comments on commit baf9997

Please sign in to comment.