0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-05 05:24:01 +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 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:

View File

@ -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: