Skip to content

Commit

Permalink
ci: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tscpp committed Jun 24, 2024
1 parent 0667c1f commit 7395920
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/scripts/configure-git.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ await $`echo "default-key ${GPG_KEY_ID}" >> ~/.gnupg/gpg.conf`;
await $`echo "use-agent" >> ~/.gnupg/gpg.conf`;
await $`echo "pinentry-mode loopback" >> ~/.gnupg/gpg.conf`;
await $`echo "allow-loopback-pinentry" >> ~/.gnupg/gpg-agent.conf`;
await $`gpg --batch --yes --passphrase ${GPG_PASSPHRASE} --quick-set-expire ${GPG_KEY_ID} 1y`;

// Configure commit signing
await $`git config --global user.signingkey ${GPG_KEY_ID}`;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:

jobs:
version:
name: Release
name: Version
runs-on: ubuntu-latest
steps:
- name: Checkout Repository (deep)
Expand Down

0 comments on commit 7395920

Please sign in to comment.