From e623af859fa4b04d59605b69e9ba5027e9285249 Mon Sep 17 00:00:00 2001 From: Ajay Date: Sun, 6 Feb 2022 23:34:32 -0500 Subject: [PATCH] Fix release ci --- .github/workflows/release.yml | 4 ++-- manifest/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 942d479b..79ea0e3d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: # Create Beta artifacts (Builds with the name changed to beta) - name: Create Chrome Beta artifacts - run: npm run build:chrome -- --env.stream=beta + run: npm run build:chrome -- --env stream=beta - uses: actions/upload-artifact@v2 with: name: ChromeExtensionBeta @@ -112,7 +112,7 @@ jobs: # Firefox Beta - name: Create Firefox Beta artifacts - run: npm run build:firefox -- --env.stream=beta + run: npm run build:firefox -- --env stream=beta - uses: actions/upload-artifact@v2 with: name: FirefoxExtensionBeta diff --git a/manifest/manifest.json b/manifest/manifest.json index c01b4b12..d7556537 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_fullName__", "short_name": "SponsorBlock", - "version": "4.1", + "version": "4.1.1", "default_locale": "en", "description": "__MSG_Description__", "homepage_url": "https://sponsor.ajay.app",