Skip to content

Commit

Permalink
Update build-and-publish.yml (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
runceel authored Dec 21, 2023
1 parent 985294f commit 7b2f252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
shell: pwsh
run: |
$doc = [XML](Get-Content 'Source\Directory.Build.props')
$doc.Project.PropertyGroup.Version = '${GITHUB_REF/refs/tags}'.Substring(1)
$doc.Project.PropertyGroup.Version = '${{GITHUB_REF/refs}}'.Substring(1)
$doc.Save('Source\Directory.Build.props')
- name: Set version to outputs
id: set-version-to-output
Expand Down

0 comments on commit 7b2f252

Please sign in to comment.