Skip to content

Commit

Permalink
chore: verify key
Browse files Browse the repository at this point in the history
  • Loading branch information
katungi committed Apr 11, 2024
1 parent 0c7ff60 commit 1234343
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
env:
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
TERM: xterm-256color
permissions:
contents: write
strategy:
Expand All @@ -33,10 +34,6 @@ 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 1234343

Please sign in to comment.