diff --git a/.github/workflows/publish-beta.yml b/.github/workflows/publish-beta.yml index 0d8cdb34..136e7a6a 100644 --- a/.github/workflows/publish-beta.yml +++ b/.github/workflows/publish-beta.yml @@ -68,6 +68,8 @@ jobs: run: | git config --global user.email "violet@cosmonautical.cloud" git config --global user.name "anultravioletaurora" + git remote set-url origin https://x-access-token:${{ secrets.SIGNING_REPO_PAT }}@github.com/Jellify-Music/App.git + - name: 🧹 Clean up Glitchtip and TelemetryDeck files run: | diff --git a/package.json b/package.json index b1224ceb..93f21230 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jellify", - "version": "0.12.15", + "version": "0.12.16", "private": true, "scripts": { "init-android": "yarn",