Skip to content

Commit

Permalink
using it as var
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Beslogic committed Oct 29, 2024
1 parent 4fa22ba commit d884c0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/genparker-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- uses: r0adkll/upload-google-play@v1
if: ${{ hashFiles('apps/releaf/mobile/android/app/build/outputs/bundle/release/app-release.aab') != '' }}
with:
serviceAccountJsonPlainText: ${{ SERVICE_ACCOUNT_JSON }}
serviceAccountJsonPlainText: ${SERVICE_ACCOUNT_JSON}
packageName: com.release
releaseFiles: apps/releaf/mobile/android/app/build/outputs/bundle/release/app-release.aab
track: alpha
Expand Down
2 changes: 1 addition & 1 deletion apps/releaf/mobile/src/app/box/components/Box.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const SLinearGradient = styled(LinearGradient);
const MAX_NAME_LENGTH = 7;

export function Box({ box }: { box: BoxItem }) {
console.log('a small updates #3')
console.log('a small updates #4')
const [boxHoldPosition, setBoxHoldPosition] = useState<number>(0);
const [boxPosition, setBoxPosition] = useState<number>(0);

Expand Down

0 comments on commit d884c0d

Please sign in to comment.