Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
phm07 committed Apr 24, 2024
1 parent e31dc65 commit f557b03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Release

on:
push:
branches: [ switch-apple-codesign ]
tags:
- "v*.*.*"

Expand Down Expand Up @@ -38,7 +39,7 @@ jobs:
uses: goreleaser/goreleaser-action@v5
with:
version: latest
args: release --clean --skip=validate
args: release --snapshot --clean --skip=validate
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
APPLE_P12_PASSWORD: ${{ secrets.APPLE_P12_PASSWORD }}
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ builds:
- cmd: >
rcodesign sign
--p12-file .github/secrets/hcloud_cli.p12
--p12-password "$APPLE_P12_PASSWORD"
--p12-password "{{ .Env.APPLE_P12_PASSWORD }}"
--code-signature-flags runtime
"{{ .Path }}"
output: true
Expand Down

0 comments on commit f557b03

Please sign in to comment.