Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
sync
  • Loading branch information
hrenaud authored Aug 2, 2024
1 parent b46a278 commit 3b83942
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ on:
type: choice
required: true
options:
- --preRelease=rc
- patch
- minor
- major
default: --preRelease=rc
- -- --preRelease=rc
- -- patch
- -- minor
- -- major
default: -- --preRelease=rc
defaults:
run:
working-directory: electron-app/ecoindex-app
Expand Down Expand Up @@ -71,8 +71,14 @@ jobs:
- run: npm ci
- name: Debug token
run: echo ${GITHUB_TOKEN:0:5}
run: echo ${APPLE_ID:0:5}
run: echo ${APPLE_PASSWORD:0:5}
run: echo ${APPLE_TEAM_ID:0:5}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
- name: Publish app
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3b83942

Please sign in to comment.