Skip to content

Commit

Permalink
preparing release firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
evandor committed Sep 23, 2024
1 parent a84ca95 commit e6bc01c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
echo STAGE=PRD >> .env
echo BACKEND_URL="https://tabsets-72089.web.app" >> .env
echo TABSETS_PWA_URL="https://pwa.tabsets.net" >> .env
echo SENTRY_PROJECT_NAME="tabsets" >> .env
echo SENTRY_DSN="${{ secrets.SENTRY_DNS }}" >> .env
echo HOST="firefox.extension" >> .env
- name: Build
run: |
yarn install
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
tags:
- 'v*.*.*'
- '!v*.*.*-firefox'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
VERSION="$1"
if [ $# -eq 0 ]
then
echo "run with 'chrome', 'firfox', 'edge' or 'opera' as parameter"
echo "run with 'chrome', 'firefox', 'edge' or 'opera' as parameter"
exit
fi

Expand Down
2 changes: 1 addition & 1 deletion tagRelease.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if [ -z "$1" ]
then echo "please call with version tag like 'tagRelease.sh v0.5.8'"
then echo "please call with version tag like 'tagRelease.sh v0.5.8(-firefox)'"
fi

git submodule foreach git tag -m "new release" $1
Expand Down

0 comments on commit e6bc01c

Please sign in to comment.