Skip to content

Commit

Permalink
Fix removing v from version string
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhamlett committed Apr 4, 2023
1 parent 6615fdf commit fe07545
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 fe07545

Please sign in to comment.