mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-05 13:33:58 +00:00
Fix dirty state issue
This commit is contained in:
parent
fa26a98ba4
commit
f4992ecf80
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -52,7 +52,7 @@ jobs:
|
|||||||
|
|
||||||
echo RELOADAGENT | gpg-connect-agent
|
echo RELOADAGENT | gpg-connect-agent
|
||||||
|
|
||||||
printf '%s' "$GPG_PASSPHRASE" > ./.gpg_passphrase
|
printf '%s' "$GPG_PASSPHRASE" > /tmp/.gpg_passphrase
|
||||||
-
|
-
|
||||||
name: Create release
|
name: Create release
|
||||||
env:
|
env:
|
||||||
|
@ -41,7 +41,7 @@ signs:
|
|||||||
- "0"
|
- "0"
|
||||||
- "--detach-sign"
|
- "--detach-sign"
|
||||||
- "${artifact}"
|
- "${artifact}"
|
||||||
stdin_file: ./.gpg_passphrase
|
stdin_file: /tmp/.gpg_passphrase
|
||||||
release:
|
release:
|
||||||
draft: false
|
draft: false
|
||||||
changelog:
|
changelog:
|
||||||
|
Loading…
Reference in New Issue
Block a user