Skip to content

Commit

Permalink
strip v
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegDokuka committed Dec 6, 2024
1 parent cb1750f commit 632bc83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Update Directory.Build.props version from tag
working-directory: Rewrite
run: |
sed -i -E "s/<VersionPrefix>.*<\/VersionPrefix>/<VersionPrefix>${GITHUB_REF#refs/tags/}<\/VersionPrefix>/g" Directory.Build.props
sed -i -E "s/<VersionPrefix>.*<\/VersionPrefix>/<VersionPrefix>${GITHUB_REF#refs/tags/v}<\/VersionPrefix>/g" Directory.Build.props
- name: Commit version updates
working-directory: Rewrite
Expand Down

0 comments on commit 632bc83

Please sign in to comment.