0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 18:42:58 +00:00

Fix dirty state issue

This commit is contained in:
Dan Petersen 2021-02-10 04:12:57 +01:00
parent fa26a98ba4
commit f4992ecf80
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ jobs:
echo RELOADAGENT | gpg-connect-agent
printf '%s' "$GPG_PASSPHRASE" > ./.gpg_passphrase
printf '%s' "$GPG_PASSPHRASE" > /tmp/.gpg_passphrase
-
name: Create release
env:

View File

@ -41,7 +41,7 @@ signs:
- "0"
- "--detach-sign"
- "${artifact}"
stdin_file: ./.gpg_passphrase
stdin_file: /tmp/.gpg_passphrase
release:
draft: false
changelog: