Skip to content

Commit

Permalink
Fix: fix typo in release workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
efguydan committed Jul 2, 2021
1 parent 9bc025b commit 893aa86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

# Decrypt Secret files needed to deploy
- name: Decrypt Secrets
run: release/signing_setup.sh $ENCRYPTION_KEY
run: signing/signing_setup.sh $ENCRYPTION_KEY
env:
ENCRYPTION_KEY: ${{ secrets.KEY_RING_ENCRYPTION_KEY }}

Expand All @@ -42,4 +42,4 @@ jobs:
# Cleans up Secret files used in deployment process
- name: Clean Secrets
if: always()
run: release/signing_cleanup.sh
run: signing/signing_cleanup.sh

0 comments on commit 893aa86

Please sign in to comment.