Skip to content

Commit

Permalink
CD workflow updated
Browse files Browse the repository at this point in the history
  • Loading branch information
terrence-ou committed Sep 3, 2024
1 parent 2166daf commit fbebdff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,17 @@ jobs:
node-version: 20
- run: npm ci
- name: Build app
env:
VITE_APPLE_ID: ${{ secrets.VITE_APPLE_ID }}
VITE_APPLE_PASSWORD: ${{ secrets.VITE_APPLE_PASSWORD }}
VITE_TEAM_ID: ${{ secrets.VITE_TEAM_ID }}
run: npm run make
- name: List out directory contents
run: ls -la out
- name: Publish app
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
VITE_APPLE_ID: ${{ secrets.VITE_APPLE_ID }}
VITE_APPLE_PASSWORD: ${{ secrets.VITE_APPLE_PASSWORD }}
VITE_TEAM_ID: ${{ secrets.VITE_TEAM_ID }}
run: npm run publish

0 comments on commit fbebdff

Please sign in to comment.