Skip to content

Commit

Permalink
Test new login method
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Nov 13, 2024
1 parent 77620d9 commit c998e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Export creds
id: export-creds
run: |
echo "access_key=${{env.AWS_ACCESS_KEY}} secret_key=${{steps.creds.outputs.aws-secret-access-key}}" >> ${GITHUB_OUTPUT}
echo "access_key=${{env.AWS_ACCESS_KEY}} secret_key=${{steps.creds.outputs.aws-secret-access-key}}"
release-desktop-wallet-linux:
Expand Down

0 comments on commit c998e02

Please sign in to comment.