diff --git a/.github/workflows/build-sign-notarize.yml b/.github/workflows/build-sign-notarize.yml index 7a7e964..8dd61af 100644 --- a/.github/workflows/build-sign-notarize.yml +++ b/.github/workflows/build-sign-notarize.yml @@ -62,7 +62,7 @@ jobs: shell: bash build: - # needs: verify + needs: verify if: needs.verify.outputs.is-updated == 'true' runs-on: macos-latest outputs: diff --git a/package.json b/package.json index 3fe1bb0..73051ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tea", - "version": "0.2.35", + "version": "0.2.36", "private": true, "description": "tea gui app", "author": "tea.xyz",