Skip to content

Commit

Permalink
Merge pull request #279 from asieduernest12/master
Browse files Browse the repository at this point in the history
Fix/producttion env values (#21)
  • Loading branch information
asieduernest12 committed Sep 3, 2023
2 parents 483fc9a + 7c00ab4 commit f302b70
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 f302b70

Please sign in to comment.