Skip to content

Commit

Permalink
chore: test replace version verirification 🔧
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwelbm committed Jan 8, 2025
1 parent ca43036 commit 80ef32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packages-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 80ef32a

Please sign in to comment.