Skip to content

Commit

Permalink
Fix/producttion env values (ansh#21)
Browse files Browse the repository at this point in the history
* Fix: uncomment line to print env values need to build new versions

* Chore(commit-bump): new bump target: 1.1.2
  • Loading branch information
asieduernest12 authored Sep 3, 2023
1 parent 483fc9a commit 7c00ab4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ buildEnv(){
echo "scope: $scope"
echo "name: $fullTag"

# printf "VERSION=$version\nNAME=\"Jiffy Reader$scope\"\nTARGET=chrome\nDEBUG=FALSE\nSHORTCUT=Alt+B\nVERSION_NAME=$fullTag" > .env.production
printf "VERSION=$version\nNAME=\"Jiffy Reader$scope\"\nTARGET=chrome\nDEBUG=FALSE\nSHORTCUT=Alt+B\nVERSION_NAME=$fullTag" > .env.production
}


Expand Down
2 changes: 1 addition & 1 deletion bump.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1
1.1.2

0 comments on commit 7c00ab4

Please sign in to comment.