From 625e167439504fe551ed900042a7240a277d8f99 Mon Sep 17 00:00:00 2001 From: Dongdong Zhou Date: Sat, 9 Oct 2021 22:01:11 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b29f0853..23478eec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,8 +59,8 @@ jobs: uses: devbotsxyz/xcode-notarize@v1 with: product-path: "./target/release/macos/Lapce-macos.dmg" - appstore-connect-username: ${{ secrets.NOTARIZATION_USERNAME }} - appstore-connect-password: ${{ secrets.NOTARIZATION_PASSWORD }} + appstore-connect-username: ${{ secrets.NOTARIZE_USERNAME }} + appstore-connect-password: ${{ secrets.NOTARIZE_PASSWORD }} - name: "Staple Release Build" uses: devbotsxyz/xcode-staple@v1 with: