Skip to content

Commit

Permalink
updated 0.5.552
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyaven committed Dec 29, 2023
1 parent 57bc126 commit e24b89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chocolatey-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
$xml = [xml](Get-Content stackql/stackql.nuspec)
$version = $xml.package.metadata.version
echo "Extracted version: $version"
echo "VERSION=$version" >> $GITHUB_ENV
echo "VERSION=$version" | Out-File -FilePath $env:GITHUB_ENV
- name: Create Chocolatey Package
run: |
Expand Down

0 comments on commit e24b89b

Please sign in to comment.