Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release #1759

Merged
merged 14 commits into from
Nov 10, 2023
Merged

Release #1759

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/workflows/desktop.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ on:
branches: [main]
types:
- completed
push:
paths:
- 'apps/desktop/**'
- '.github/workflows/desktop.prod.yml'
- 'package.json'
- 'yarn.lock'

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
Expand Down Expand Up @@ -92,6 +98,9 @@ jobs:
DESKTOP_TIMER_APP_REPO_OWNER: 'ever-co'
DESKTOP_TIMER_APP_WELCOME_TITLE: 'Welcome to Ever Teams'
DESKTOP_TIMER_APP_WELCOME_CONTENT: 'Ever Teams is a productivity tool that helps you to stay focused on your work and manage your team work better.'
I18N_FILES_URL: 'https://raw.githubusercontent.com/ever-co/ever-teams/develop/apps/desktop'
PLATFORM_LOGO: 'https://app.ever.team/assets/ever-teams.png'
GAUZY_DESKTOP_LOGO_512X512: 'https://raw.githubusercontent.com/ever-co/ever-gauzy/develop/apps/desktop-timer/src/assets/icons/icon_512x512.png'

release-mac:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -167,6 +176,9 @@ jobs:
DESKTOP_TIMER_APP_REPO_OWNER: 'ever-co'
DESKTOP_TIMER_APP_WELCOME_TITLE: 'Welcome to Ever Teams'
DESKTOP_TIMER_APP_WELCOME_CONTENT: 'Ever Teams is a productivity tool that helps you to stay focused on your work and manage your team work better.'
I18N_FILES_URL: 'https://raw.githubusercontent.com/ever-co/ever-teams/develop/apps/desktop'
PLATFORM_LOGO: 'https://app.ever.team/assets/ever-teams.png'
GAUZY_DESKTOP_LOGO_512X512: 'https://raw.githubusercontent.com/ever-co/ever-gauzy/develop/apps/desktop-timer/src/assets/icons/icon_512x512.png'

release-windows:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -242,3 +254,6 @@ jobs:
DESKTOP_TIMER_APP_REPO_OWNER: 'ever-co'
DESKTOP_TIMER_APP_WELCOME_TITLE: 'Welcome to Ever Teams'
DESKTOP_TIMER_APP_WELCOME_CONTENT: 'Ever Teams is a productivity tool that helps you to stay focused on your work and manage your team work better.'
I18N_FILES_URL: 'https://raw.githubusercontent.com/ever-co/ever-teams/develop/apps/desktop'
PLATFORM_LOGO: 'https://app.ever.team/assets/ever-teams.png'
GAUZY_DESKTOP_LOGO_512X512: 'https://raw.githubusercontent.com/ever-co/ever-gauzy/develop/apps/desktop-timer/src/assets/icons/icon_512x512.png'
3 changes: 1 addition & 2 deletions .github/workflows/extensions.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ on:
- develop
paths:
- '.deploy/extensions/**'
- '.github/workflows/**'
- '.github/workflows/extensions.dev.yml'
- 'apps/extensions/**'
- 'package.json'
- 'yarn.lock'
- 'README.md'

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/extensions.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ on:
- main
paths:
- '.deploy/extensions/**'
- '.github/workflows/**'
- '.github/workflows/extensions.prod.yml'
- 'apps/extensions/**'
- 'package.json'
- 'yarn.lock'
- 'README.md'

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/mobile.before-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ on:
pull_request:
types: [opened, synchronize, reopened]
paths:
- '.github/workflows/**'
- '.github/workflows/mobile.before-merge.yml'
- 'apps/mobile/**'
- 'package.json'
- 'yarn.lock'
- 'README.md'

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
Expand Down
16 changes: 1 addition & 15 deletions .github/workflows/mobile.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ on:
branches:
- develop
paths:
- '.github/workflows/**'
- '.github/workflows/mobile.dev.yml'
- 'apps/mobile/**'
- 'package.json'
- 'yarn.lock'
- 'README.md'

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
Expand All @@ -22,13 +21,6 @@ jobs:
contents: read

steps:
- name: Check for EXPO_TOKEN
run: |
if [ -z "${{ secrets.EXPO_TOKEN }}" ]; then
echo "You must provide an EXPO_TOKEN secret linked to this project's Expo account in this repo's secrets. Learn more: https://docs.expo.dev/eas-update/github-actions"
exit 1
fi

- uses: actions/checkout@v3

- name: Use Node.js 18.x
Expand All @@ -37,12 +29,6 @@ jobs:
node-version: '18'
cache: 'yarn'

- name: Setup EAS
uses: expo/expo-github-action@v8
with:
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}

- name: Install Packages
run: |
yarn install --frozen-lockfile
Expand Down
53 changes: 32 additions & 21 deletions .github/workflows/mobile.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ on:
branches:
- main
paths:
- '.github/workflows/**'
- '.github/workflows/mobile.prod.yml'
- 'apps/mobile/**'
- 'package.json'
- 'yarn.lock'
- 'README.md'

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
Expand Down Expand Up @@ -45,19 +44,24 @@ jobs:
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}

- name: Install Packages
- name: Set Apple Store Credentials
run: |
yarn install --frozen-lockfile

- name: Build Mobile
echo "APPLE_ID=${{ secrets.APPLE_ID }}" >> $GITHUB_ENV
echo "::add-mask::$APPLE_ID"
echo "APPSTORE_ISSUER_ID=${{ secrets.APPSTORE_ISSUER_ID }}" >> $GITHUB_ENV
echo "::add-mask::$APPSTORE_ISSUER_ID"
echo "APPSTORE_API_KEY_ID=${{ secrets.APPSTORE_API_KEY_ID }}" >> $GITHUB_ENV
echo "::add-mask::$APPSTORE_API_KEY_ID"

- name: Replace Secrets in eas.json
run: |
yarn build:mobile

- name: Build on EAS
run: cd apps/mobile && eas build --platform all --non-interactive
sed -i 's/APPLE_ID_PLACEHOLDER/${{ secrets.APPLE_ID }}/' ./apps/mobile/eas.json
sed -i 's/APPSTORE_ISSUER_ID_PLACEHOLDER/${{ secrets.APPSTORE_ISSUER_ID }}/' ./apps/mobile/eas.json
sed -i 's/APPSTORE_API_KEY_ID_PLACEHOLDER/${{ secrets.APPSTORE_API_KEY_ID }}/' ./apps/mobile/eas.json

- name: Publish update
run: cd apps/mobile && eas update --auto
- name: Create Apple API Key File
run: |
echo ${{ secrets.APPSTORE_API_PRIVATE_KEY }} > ./apps/mobile/AuthKey_R9QZ5LP8NK.p8

- name: Decode Google Credentials
run: |
Expand All @@ -69,7 +73,22 @@ jobs:
echo "ESCAPED_GOOGLE_CREDENTIALS=$ESCAPED_GOOGLE_CREDENTIALS" >> $GITHUB_ENV
echo "::add-mask::$ESCAPED_GOOGLE_CREDENTIALS"

# See https://github.com/ever-co/ever-teams-boards-store/blob/develop/.github/workflows/deploy.yml
- name: Install Packages
run: |
yarn install --frozen-lockfile

- name: Build Mobile
run: |
yarn build:mobile

- name: Build on EAS
run: cd apps/mobile && eas build --platform all --non-interactive

- name: Publish update
run: cd apps/mobile && eas update --auto

- name: Upload App build to App store
run: cd apps/mobile && eas submit --platform ios --latest --non-interactive

- name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v1'
Expand All @@ -84,11 +103,3 @@ jobs:

- name: Upload to Play Store Console
run: cd apps/mobile && eas submit --platform android --latest --non-interactive

- name: Upload App build to App store
env:
ascAppId: ${{ secrets.APPLE_ID }}
ascApiKeyIssuerId: ${{ secrets.APPSTORE_ISSUER_ID }}
ascApiKeyId: ${{ secrets.APPSTORE_API_KEY_ID }}
ascApiKey: ${{ secrets.APPSTORE_API_PRIVATE_KEY }}
run: cd apps/mobile && eas submit --platform ios --latest --non-interactive
3 changes: 1 addition & 2 deletions .github/workflows/web.before-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ on:
types: [opened, synchronize, reopened]
paths:
- '.deploy/web/**'
- '.github/workflows/**'
- '.github/workflows/web.before-merge.yml'
- 'apps/web/**'
- 'package.json'
- 'yarn.lock'
- 'README.md'

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/web.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ on:
- develop
paths:
- '.deploy/web/**'
- '.github/workflows/**'
- '.github/workflows/web.dev.yml'
- 'apps/web/**'
- 'package.json'
- 'yarn.lock'
- 'README.md'

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/web.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ on:
- main
paths:
- '.deploy/web/**'
- '.github/workflows/**'
- '.github/workflows/web.prod.yml'
- 'apps/web/**'
- 'package.json'
- 'yarn.lock'
- 'README.md'

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
Expand Down
Loading
Loading