Skip to content

Commit

Permalink
fix: publish env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
berenteb committed Apr 20, 2024
1 parent 8a0fbf1 commit 5b53437
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
env:
EXPO_PUBLIC_API_BASE_URL: ${{ vars.EXPO_PUBLIC_API_BASE_URL }}
EXPO_PUBLIC_QNA_API_BASE_URL: ${{ vars.EXPO_PUBLIC_QNA_API_BASE_URL }}
EXPO_PUBLIC_ENABLE_QNA: ${{ vars.EXPO_PUBLIC_ENABLE_QNA }}
EXPO_PUBLIC_ARCHIVE: ${{ vars.EXPO_PUBLIC_ARCHIVE }}
steps:
- name: Check for EXPO_TOKEN
run: |
Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "KonferenciApp",
"slug": "konferenciapp",
"scheme": "konferenciapp",
"version": "1.2.0",
"version": "1.2.1",
"orientation": "portrait",
"icon": "./assets/icon-rounded.png",
"userInterfaceStyle": "automatic",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "konferenciapp",
"version": "1.2.0",
"version": "1.2.1",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
Expand Down

1 comment on commit 5b53437

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 94.06% 95/101
🟢 Branches 84.91% 45/53
🟢 Functions 97.56% 40/41
🟢 Lines 93.62% 88/94

Test suite run success

50 tests passing in 11 suites.

Report generated by 🧪jest coverage report action from 5b53437

Please sign in to comment.