Bluesky app fork with some witchin' additions 💫

Merge pull request #7 from ThatOneCalculator/patch-1

Publish release on workflow run, change visible app name to "Kitty"

authored by

Daniela and committed by
GitHub
87fdb1bd f4380b4b

+7 -1
+6
.github/workflows/deer-build.yml
··· 41 41 with: 42 42 name: android 43 43 path: android/app/build/outputs/apk/release/app-release.apk 44 + 45 + - name: Publish release 46 + uses: softprops/action-gh-release@v2 47 + if: github.ref == 'refs/heads/main' && github.event_name == 'push' 48 + with: 49 + files: android/app/build/outputs/apk/release/app-release.apk
+1 -1
app.config.js
··· 36 36 return { 37 37 expo: { 38 38 version: VERSION, 39 - name: 'social.daniela.lol', 39 + name: 'Kitty', 40 40 slug: 'deer', 41 41 scheme: ['bluesky', 'deer'], 42 42 // owner: 'blueskysocial',