From 80ef32a452f4ebd88cef3fb3a3afa596450150b0 Mon Sep 17 00:00:00 2001 From: maxwelbm Date: Wed, 8 Jan 2025 17:27:52 -0300 Subject: [PATCH] chore: test replace version verirification :wrench: --- .github/workflows/packages-manager.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/packages-manager.yml b/.github/workflows/packages-manager.yml index 0871540d..0eb6c20b 100644 --- a/.github/workflows/packages-manager.yml +++ b/.github/workflows/packages-manager.yml @@ -102,7 +102,7 @@ jobs: $verificationPath = Resolve-Path .\chocolatey\tools\VERIFICATION.txt (Get-Content $verificationPath) -replace '{{CHECKSUM}}', "$checksum" | Set-Content $verificationPath - (Get-Content $verificationPath) -replace '{{VERSION}}', "${{ needs.get_branch.outputs.version }}" -replace '${{VERSION}}', "{{ needs.get_branch.outputs.version }}" | Set-Content $verificationPath + (Get-Content $verificationPath) -replace '{{VERSION}}', "${{ needs.get_branch.outputs.version }}" -replace '{{VERSION}}', "${{ needs.get_branch.outputs.version }}" | Set-Content $verificationPath shell: pwsh