Skip to content

Commit 19b88a2

Browse files
committed
fix: macos code signing
Signed-off-by: Adam Setch <[email protected]>
1 parent 799e156 commit 19b88a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
needs: lint
1717

1818
release:
19-
name: Release
20-
uses: ./.github/workflows/release.yml
19+
name: Publish
20+
uses: ./.github/workflows/publish.yml
2121
needs: tests
2222
permissions:
2323
contents: write

0 commit comments

Comments
 (0)