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 89bacc8 commit 6d599af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
$env:RELEASE_GPG_KEY | Out-File -FilePath $keyFile -Encoding ascii
# Check if the file actually has content
Write-Host "Contents of $keyFile:"
Write-Host "Contents of $($keyFile):"
Get-Content $keyFile

# Import the key
Expand All @@ -106,6 +106,7 @@ jobs:
env:
RELEASE_GPG_KEY: ${{ secrets.RELEASE_GPG_KEY }}



- name: Sign CLI Binary (Windows)
shell: pwsh
Expand Down

0 comments on commit 6d599af

Please sign in to comment.