Skip to content

Commit b246d94

Browse files
authored
Fix missing auth url for releasing tag (#395)
* feat: add github action to release APK artifact * fix: issues found by reviewer * feat: cache build target, add new line EOF * fix: wrong key.properties location * fix: missing launcher image not generated * fix: set remote url
1 parent 04fbfad commit b246d94

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/create_wallet_android_build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@ jobs:
157157
else
158158
git config user.name "github-actions[bot]"
159159
git config user.email "github-actions[bot]@users.noreply.github.com"
160+
161+
git remote set-url origin https://x-access-token:$GITHUB_TOKEN@github.com/${{ github.repository }}
162+
160163
git tag "$TAG" "$GITHUB_SHA"
161164
git push origin "$TAG"
162165
fi

0 commit comments

Comments
 (0)