File tree Expand file tree Collapse file tree 1 file changed +14
-13
lines changed
Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,20 @@ permissions:
44 contents : write
55
66on :
7- push :
8- tags :
9- - v[0-9]+.*
7+ pull_request :
8+ # push:
9+ # tags:
10+ # - v[0-9]+.*
1011
1112jobs :
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)
You can’t perform that action at this time.
0 commit comments