Skip to content

Commit

Permalink
chore: tagging 0.3.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
logicalmechanism committed Dec 31, 2024
1 parent 6847c66 commit 2b8b34b
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 @@ -90,7 +90,7 @@ jobs:
shell: pwsh
run: |
$keyFile = "gpg-key.asc"
Set-Content -Path $keyFile -Value $env:RELEASE_GPG_KEY
$env:RELEASE_GPG_KEY | Out-File -FilePath $keyFile -Encoding ascii
gpg --batch --yes --import $keyFile
Remove-Item $keyFile
Expand Down

0 comments on commit 2b8b34b

Please sign in to comment.