Skip to content

Commit

Permalink
feat/chore: updated colour to red; added status to staging workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dg1223 committed Aug 7, 2023
1 parent f4f9663 commit 1d2efbe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/develop-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,7 @@ jobs:
packageName: com.thebest.gamchha
releaseFiles: ${{steps.sign_app.outputs.signedReleaseFile}}
track: internal
inAppUpdatePriority: 3
status: draft
# userFraction: 0.5
inAppUpdatePriority: 3
whatsNewDirectory: android/release-notes/
releaseName: v1.0.6
1 change: 1 addition & 0 deletions .github/workflows/staging-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ jobs:
packageName: com.thebest.gamchha
releaseFiles: ${{steps.sign_app.outputs.signedReleaseFile}}
track: alpha
status: draft
inAppUpdatePriority: 3
whatsNewDirectory: android/release-notes/
releaseName: v1.0.0.a
4 changes: 2 additions & 2 deletions App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ const styles = StyleSheet.create({
highlight: {
fontSize: 24,
fontWeight: '700',
color: 'blue',
// color: 'red',
// color: 'blue',
color: 'red',
},
});

Expand Down

0 comments on commit 1d2efbe

Please sign in to comment.