fix release.yml

This commit is contained in:
Dongdong Zhou 2022-08-20 21:19:57 +01:00
parent b71541f9d8
commit 7a8fffa175
1 changed files with 1 additions and 2 deletions

View File

@ -203,7 +203,6 @@ jobs:
env:
RELEASE_TAG_NAME: ${{ needs.tagname.outputs.tag_name }}
env:
NOTARIZE_USERNAME: ${{ secrets.NOTARIZE_USERNAME }}
NOTARIZE_PASSWORD: ${{ secrets.NOTARIZE_PASSWORD }}
@ -277,4 +276,4 @@ jobs:
env:
DEBUG: api
run: |
gh release create $TAG_NAME $PRERELEASE --title "$TAG_NAME" --target $GITHUB_SHA lapce-macos/* lapce-linux/* lapce-proxy-linux-*/* lapce-windows/*
gh release create $TAG_NAME $PRERELEASE --title "$TAG_NAME" --target $GITHUB_SHA lapce-macos/* lapce-linux/* lapce-proxy-linux-*/* lapce-windows/*