Skip to content

Commit

Permalink
chore: print key
Browse files Browse the repository at this point in the history
  • Loading branch information
katungi committed Apr 11, 2024
1 parent cb7d490 commit 0c7ff60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
echo $TAURI_KEY_PASSWORD >> .env
echo $TAURI_PRIVATE_KEY >> .env
- name: export term
run: |
export TERM=xterm-256color
- name: print env
run: |
nano .env
Expand Down

0 comments on commit 0c7ff60

Please sign in to comment.