Skip to content

Commit

Permalink
v2.2.4-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarski committed Oct 25, 2023
1 parent 0b20898 commit 3f84e70
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 17 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/nexus-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 14.17.3
- name: Setup depedencies
run: npm run setup
- name: Copy electron-builder environment file
run: cp ~/actions-runner/envs/electron-builder.env packages/app/electron-builder.env
- name: Build App
- name: Setup Env
env:
PHRASE_API_KEY: ${{ secrets.PHRASE_API_KEY }}
PHRASE_API_URL: ${{ secrets.PHRASE_API_URL }}
Expand All @@ -44,6 +40,11 @@ jobs:
MUDITA_CENTER_PRERELEASE_ENABLED: ${{ secrets.MUDITA_CENTER_PRERELEASE_ENABLED }}
run: |
printenv > .env
- name: Setup depedencies
run: npm run setup
- name: Copy electron-builder environment file
run: cp ~/actions-runner/envs/electron-builder.env packages/app/electron-builder.env
- name: Build App
cd packages/app/ && npm run dist:prod:all
- name: Push artifacts to nexus registry
env:
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/nexus-pre-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 14.17.3
- name: Setup depedencies
run: npm run setup
- name: Copy electron-builder environment file
run: cp ~/actions-runner/envs/electron-builder.env packages/app/electron-builder.env
- name: Build App
- name: Setup env
env:
PHRASE_API_KEY: ${{ secrets.PHRASE_API_KEY }}
PHRASE_API_URL: ${{ secrets.PHRASE_API_URL }}
Expand All @@ -45,6 +41,11 @@ jobs:
MUDITA_CENTER_PRERELEASE_ENABLED: ${{ secrets.MUDITA_CENTER_PRERELEASE_ENABLED }}
run: |
printenv > .env
- name: Setup depedencies
run: npm run setup
- name: Copy electron-builder environment file
run: cp ~/actions-runner/envs/electron-builder.env packages/app/electron-builder.env
- name: Build App
cd packages/app/ && npm run dist:prod:all
- name: Push artifacts to nexus registry
env:
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/nexus-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 14.17.3
- name: Setup depedencies
run: npm run setup
- name: Copy electron-builder environment file
run: cp ~/actions-runner/envs/electron-builder.env packages/app/electron-builder.env
- name: Build App
- name: Setup env
env:
PHRASE_API_KEY: ${{ secrets.PHRASE_API_KEY }}
PHRASE_API_URL: ${{ secrets.PHRASE_API_URL }}
Expand All @@ -45,6 +41,11 @@ jobs:
MUDITA_CENTER_PRERELEASE_ENABLED: ${{ secrets.MUDITA_CENTER_PRERELEASE_ENABLED }}
run: |
printenv > .env
- name: Setup depedencies
run: npm run setup
- name: Copy electron-builder environment file
run: cp ~/actions-runner/envs/electron-builder.env packages/app/electron-builder.env
- name: Build App
cd packages/app/ && npm run dist:prod:all
- name: Push artifacts to nexus registry
env:
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mudita/mudita-center-app",
"version": "2.2.4-rc.2",
"version": "2.2.4-rc.3",
"description": "Mudita Center",
"main": "./dist/main.js",
"productName": "Mudita Center",
Expand Down

0 comments on commit 3f84e70

Please sign in to comment.