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 d07b30b commit cb7d490
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@ jobs:
- uses: actions/checkout@v4

- name: print keys
run : echo $TAURI_KEY_PASSWORD
run : |
echo $TAURI_KEY_PASSWORD >> .env
echo $TAURI_PRIVATE_KEY >> .env
- name: print env
run: |
nano .env
- name: setup node
uses: actions/setup-node@v4
Expand Down

0 comments on commit cb7d490

Please sign in to comment.