Skip to content

Commit

Permalink
refactor: change it to trigger
Browse files Browse the repository at this point in the history
Signed-off-by: Sarthak Shyngle <50234097+Sarthak160@users.noreply.github.com>
  • Loading branch information
Sarthak160 committed Jun 24, 2024
1 parent c2dcb90 commit 5f5c46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Decode GPG Key
run: |
echo "${{ secrets.GPG_PRIVATE_KEY }}" | base64 --decode | tr -d '\n' > ${{ github.workspace }}/gpg_key.asc
echo "${{ secrets.GPG_PRIVATE_KEY }}" | base64 --decode > ${{ github.workspace }}/gpg_key.asc
# - name: Display encoded key format (Debugging only - do not use in production)
Expand Down

0 comments on commit 5f5c46f

Please sign in to comment.