Update binaries-publish.yaml

Add COSIGN_PWD and COSIGN_YES to workflow to rectify issues with binaries building on Action
This commit is contained in:
Katos
2025-08-23 20:07:12 +01:00
committed by GitHub
parent 27e9eb2277
commit 5f6b1a0805

View File

@@ -45,3 +45,5 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COSIGN_PWD: ${{ secrets.COSIGN_PWD }}
COSIGN_YES: "true"