Skip to content

Commit

Permalink
💚 ci(exts): fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
angelespejo committed Jul 30, 2024
1 parent 5a5acb5 commit e6c9969
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 17 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release-exts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
echo "name=$(jq -r '.extra.productName' ./package.json)" >> $GITHUB_OUTPUT
echo "id=$(jq -r '.extra.id' ./package.json)" >> $GITHUB_OUTPUT
echo "exts_version=$(jq -r '.version' ./packages/exts/package.json)" >> $GITHUB_OUTPUT
echo "firefox_storeId=$(jq -r '.extra.downloadUrl.firefox.storeId' ./package.json)" >> $GITHUB_OUTPUT
echo "chrome_storeId=$(jq -r '.extra.downloadUrl.chrome.storeId' ./package.json)" >> $GITHUB_OUTPUT
echo "edge_storeId=$(jq -r '.extra.downloadUrl.edge.storeId' ./package.json)" >> $GITHUB_OUTPUT
echo "firefox_store_id=$(jq -r '.extra.downloadUrl.firefox.storeId' ./package.json)" >> $GITHUB_OUTPUT
echo "chrome_store_id=$(jq -r '.extra.downloadUrl.chrome.storeId' ./package.json)" >> $GITHUB_OUTPUT
echo "edge_store_id=$(jq -r '.extra.downloadUrl.edge.storeId' ./package.json)" >> $GITHUB_OUTPUT
echo "homepage=$(jq -r '.homepage' ./package.json)" >> $GITHUB_OUTPUT
echo "docs=$(jq -r '.extra.docsUrl' ./package.json)" >> $GITHUB_OUTPUT
echo "repo=$(jq -r '.repository.url' ./package.json)" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -99,8 +99,8 @@ jobs:
- name: 🧩🦊 Upload FIREFOX extension
uses: trmcnvn/firefox-addon@v1
with:
uuid: ${{ steps.pkg.outputs.firefox_storeId }}
xpi: packages/exts/dist/exts/firefox-${{ steps.pkg.outputs.id }}.zip
uuid: ${{ steps.pkg.outputs.firefox_store_id }}
xpi: packages/exts/dist/exts/${{ steps.pkg.outputs.id }}-firefox.zip
manifest: packages/exts/dist/firefox/manifest.json
api-key: ${{ secrets.FIREFOX_API_KEY }}
api-secret: ${{ secrets.FIREFOX_API_SECRET }}
Expand All @@ -117,7 +117,7 @@ jobs:
client-id: '${{ secrets.CHOME_EXTENSION_CLIENT_ID }}'
client-secret: '${{ secrets.CHOME_EXTENSION_CLIENT_SECRET }}'
zip-path: packages/exts/dist/exts/${{ steps.pkg.outputs.id }}-chrome.zip
extension-id: '${{steps.pkg.outputs.chrome_storeId}}'
extension-id: '${{steps.pkg.outputs.chrome_store_id}}'
continue-on-error: true

#########################################################################
Expand All @@ -127,7 +127,7 @@ jobs:
- name: 🧩 Upload EDGE extension
uses: wdzeng/[email protected]
with:
product-id: ${{ steps.pkg.outputs.edge_storeId }}
product-id: ${{ steps.pkg.outputs.edge_store_id }}
client-id: ${{ secrets.EDGE_CLIENT_ID }}
client-secret: ${{ secrets.EDGE_CLIENT_SECRET }}
access-token-url: ${{ secrets.EDGE_ACCESS_TOKEN_URL }}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,35 +310,35 @@
"windowsExe": {
"name": "Windows App (.exe)",
"logo": "windows",
"url": "https://github.com/pigeonposse/super8/releases/latest/download/Super8_0.2.7_x64-setup.exe",
"url": "https://github.com/pigeonposse/super8/releases/latest/download/Super8_0.2.8_x64-setup.exe",
"type": "desktop",
"update-version": true
},
"windowsMSI": {
"name": "Windows App (.msi)",
"logo": "windows",
"url": "https://github.com/pigeonposse/super8/releases/latest/download/Super8_0.2.7_x64-setup.nsis.zip",
"url": "https://github.com/pigeonposse/super8/releases/latest/download/Super8_0.2.8_x64-setup.nsis.zip",
"type": "desktop",
"update-version": true
},
"linuxAppImage": {
"name": "Linux App (.AppImage)",
"logo": "linux",
"url": "https://github.com/pigeonposse/super8/releases/latest/download/Super8_0.2.7_amd64.AppImage.tar.gz",
"url": "https://github.com/pigeonposse/super8/releases/latest/download/Super8_0.2.8_amd64.AppImage.tar.gz",
"type": "desktop",
"update-version": true
},
"linuxDeb": {
"name": "Linux App (.deb)",
"logo": "linux",
"url": "https://github.com/pigeonposse/super8/releases/latest/download/Super8_0.2.7_amd64.deb",
"url": "https://github.com/pigeonposse/super8/releases/latest/download/Super8_0.2.8_amd64.deb",
"type": "desktop",
"update-version": true
},
"linuxRpm": {
"name": "Linux App (.rpm)",
"logo": "linux",
"url": "https://github.com/pigeonposse/super8/releases/latest/download/Super8-0.2.7-1.x86_64.rpm",
"url": "https://github.com/pigeonposse/super8/releases/latest/download/Super8-0.2.8-1.x86_64.rpm",
"type": "desktop",
"update-version": true
},
Expand Down
2 changes: 2 additions & 0 deletions packages/_core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @s-8/core-react

## 0.2.8

## 0.2.7

## 0.2.6
Expand Down
2 changes: 1 addition & 1 deletion packages/_core-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@s-8/core-react",
"version": "0.2.7",
"version": "0.2.8",
"type": "module",
"publishConfig": {
"access": "public",
Expand Down
2 changes: 2 additions & 0 deletions packages/_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @s-8/core

## 0.2.8

## 0.2.7

## 0.2.6
Expand Down
2 changes: 1 addition & 1 deletion packages/_core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@s-8/core",
"description": "Super8 core functionality",
"version": "0.2.7",
"version": "0.2.8",
"type": "module",
"publishConfig": {
"access": "public",
Expand Down
2 changes: 2 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @s-8/app

## 0.2.8

## 0.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@s-8/app",
"version": "0.2.7",
"version": "0.2.8",
"type": "module",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/app/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Some of this are used in build process of tauri
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
name = "super8"
version = "0.2.7"
version = "0.2.8"
description = "🎬🎨🧩 Add styles to web video like iFrames, YouTube & Vimeo videos, Netflix, Amazon etc"
authors = ["angelo <[email protected]>"]
# license = "GPL-3.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/exts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @s-8/exts

## 0.2.8

### Patch Changes

- fix ci

## 0.2.7

## 0.2.6
Expand Down
2 changes: 1 addition & 1 deletion packages/exts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@s-8/exts",
"description": "Super8 browser extensions",
"private": true,
"version": "0.2.7",
"version": "0.2.8",
"type": "module",
"license": "GPL-3.0",
"scripts": {
Expand Down

0 comments on commit e6c9969

Please sign in to comment.