diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 57fabcb4..186326d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,8 +2,8 @@ name: Release on: push: - tags: - - "v*.*.*" +# tags: +# - "v*.*.*" env: GOTOOLCHAIN: local @@ -31,7 +31,7 @@ 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 }} @@ -39,3 +39,8 @@ jobs: 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 diff --git a/.goreleaser.yml b/.goreleaser.yml index a17a57e1..37c75b07 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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