chore: bumped up to v0.1.1

This commit is contained in:
2025-11-09 23:26:56 +05:30
parent 8f20617d16
commit 093ea4ebd1

View File

@@ -1,7 +1,6 @@
on: on:
push: release:
tags: types: [published]
- 'v*.*.*'
name: 🚀 Publish to Stores name: 🚀 Publish to Stores
jobs: jobs:
@@ -27,8 +26,7 @@ jobs:
- name: 🚀 Submit to stores - name: 🚀 Submit to stores
run: | run: |
npm run submit -- --dry-run \ npm run submit -- --chrome-zip .output/*-chrome.zip \
--chrome-zip .output/*-chrome.zip \
--firefox-zip .output/*-firefox.zip --firefox-sources-zip .output/*-sources.zip --firefox-zip .output/*-firefox.zip --firefox-sources-zip .output/*-sources.zip
env: env:
CHROME_EXTENSION_ID: ${{ secrets.CHROME_EXTENSION_ID }} CHROME_EXTENSION_ID: ${{ secrets.CHROME_EXTENSION_ID }}