mirror of
https://github.com/neosubhamoy/neodlp-extension.git
synced 2025-12-20 00:39:34 +05:30
chore: bumped up to v0.1.1
This commit is contained in:
8
.github/workflows/publish.yml
vendored
8
.github/workflows/publish.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user