Skip to content

Commit f557b03

Browse files
committed
wip
1 parent e31dc65 commit f557b03

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Release
22

33
on:
44
push:
5+
branches: [ switch-apple-codesign ]
56
tags:
67
- "v*.*.*"
78

@@ -38,7 +39,7 @@ jobs:
3839
uses: goreleaser/goreleaser-action@v5
3940
with:
4041
version: latest
41-
args: release --clean --skip=validate
42+
args: release --snapshot --clean --skip=validate
4243
env:
4344
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4445
APPLE_P12_PASSWORD: ${{ secrets.APPLE_P12_PASSWORD }}

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ builds:
4444
- cmd: >
4545
rcodesign sign
4646
--p12-file .github/secrets/hcloud_cli.p12
47-
--p12-password "$APPLE_P12_PASSWORD"
47+
--p12-password "{{ .Env.APPLE_P12_PASSWORD }}"
4848
--code-signature-flags runtime
4949
"{{ .Path }}"
5050
output: true

0 commit comments

Comments
 (0)