Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit aea3574

Browse files
committed
fixing git url
1 parent d682584 commit aea3574

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

builder.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ case $1 in
3131

3232
# publishing tag
3333
GITHUB_REPO_URL=$(cat gradle.properties | grep 'githubRepoUrl' | awk -F = '{ print $2}')
34-
REMOTE="https://${REPO_TOKEN}@${GITHUB_REPO_URL}.git"
34+
REMOTE="https://${REPO_TOKEN}@github.com/mageddo/toggle-first.git"
3535
APP_VERSION=$(./gradlew -q version)
3636
git tag ${APP_VERSION}
3737
git push "$REMOTE" --tags

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ description=Enable and disable your features in production on a button click
33
archivesBaseName=toggle-first
44

55
group=com.mageddo.togglefirst
6-
version=1.4.6
6+
version=1.4.7
77
githubRepoUrl=https://github.com/mageddo/toggle-first

0 commit comments

Comments
 (0)