Skip to content

Commit

Permalink
Merge pull request #15 from stackql/feature/stackql-release-update
Browse files Browse the repository at this point in the history
 updated 0.5.552
  • Loading branch information
jeffreyaven authored Dec 29, 2023
2 parents 2b258d8 + e24b89b commit 35f1d48
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 35f1d48

Please sign in to comment.