Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukankaratas committed Jan 9, 2025
1 parent e063f1a commit cf8267a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_powerbi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set connector internal version
working-directory: src/powerbi-data-connector
run: |
$version = ${{steps.gitversion.outputs.semVer}}
$version = ${{steps.gitversion.outputs.AssemblySemVer}}
(Get-Content ./Speckle.pq).replace('[Version = "3.0.0"]', '[Version = "'+$version+'"]') | Set-Content ./Speckle.pq
- name: Setup MSBuild
Expand Down

0 comments on commit cf8267a

Please sign in to comment.