From 093ea4ebd10b6280994f45ce8356072490457143 Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas Date: Sun, 9 Nov 2025 23:26:56 +0530 Subject: [PATCH] chore: bumped up to v0.1.1 --- .github/workflows/publish.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d8fb5b6..5d12e60 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,7 +1,6 @@ on: - push: - tags: - - 'v*.*.*' + release: + types: [published] name: 🚀 Publish to Stores jobs: @@ -27,8 +26,7 @@ jobs: - name: 🚀 Submit to stores run: | - npm run submit -- --dry-run \ - --chrome-zip .output/*-chrome.zip \ + npm run submit -- --chrome-zip .output/*-chrome.zip \ --firefox-zip .output/*-firefox.zip --firefox-sources-zip .output/*-sources.zip env: CHROME_EXTENSION_ID: ${{ secrets.CHROME_EXTENSION_ID }}