Skip to content

Commit

Permalink
Merge pull request #58 from wakatime/bugfix/fix-version-build
Browse files Browse the repository at this point in the history
Fix removing v from version string
  • Loading branch information
alanhamlett authored Apr 4, 2023
2 parents 6615fdf + fe07545 commit b28a031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
with:
valueFile: 'project.yml'
propertyPath: 'targets.WakaTime.settings.MARKETING_VERSION'
value: echo ${{ needs.version.outputs.semver_tag }} | sed 's/^v//'
value: ${needs.version.outputs.semver_tag/v/}
commitChange: false
-
name: Install xcodegen via Homebrew for linting and building xcode project
Expand Down

0 comments on commit b28a031

Please sign in to comment.