Skip to content

Commit b116cd5

Browse files
committed
update codesign stuff
1 parent 2f66629 commit b116cd5

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

.github/workflows/release.yml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@ permissions:
44
contents: write
55

66
on:
7-
push:
8-
tags:
9-
- v[0-9]+.*
7+
pull_request:
8+
# push:
9+
# tags:
10+
# - v[0-9]+.*
1011

1112
jobs:
12-
create-release:
13-
name: Create GitHub Release
14-
runs-on: ubuntu-latest
15-
steps:
16-
- uses: actions/checkout@v4
17-
- uses: taiki-e/create-gh-release-action@v1
18-
with:
19-
token: ${{ secrets.GITHUB_TOKEN }}
13+
# create-release:
14+
# name: Create GitHub Release
15+
# runs-on: ubuntu-latest
16+
# steps:
17+
# - uses: actions/checkout@v4
18+
# - uses: taiki-e/create-gh-release-action@v1
19+
# with:
20+
# token: ${{ secrets.GITHUB_TOKEN }}
2021

2122
build-and-release:
2223
needs: create-release
@@ -102,8 +103,8 @@ jobs:
102103
token: ${{ secrets.GITHUB_TOKEN }}
103104

104105
# Sign build products using codesign on macOS
105-
codesign: "7FP48PW9TN"
106-
codesign-prefix: "fi.matiaskorhonen."
106+
codesign: "W53H5ARXR8"
107+
codesign-prefix: "com.purefunctor"
107108
codesign-options: "runtime"
108109

109110
- name: Zip the binary for notarization (macOS)

0 commit comments

Comments
 (0)