Skip to content

Commit

Permalink
Merge pull request #60 from wakatime/bugfix/fix-version-value
Browse files Browse the repository at this point in the history
Fix version passed to sign step
  • Loading branch information
alanhamlett authored Apr 4, 2023
2 parents 6cf443e + bc5fd11 commit 9df9077
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 @@ -94,7 +94,7 @@ jobs:
with:
valueFile: 'project.yml'
propertyPath: 'targets.WakaTime.settings.MARKETING_VERSION'
value: ${needs.version.outputs.semver_tag/v/}
value: ${{ needs.format.outputs.semver }}
commitChange: false
-
name: Install xcodegen via Homebrew for linting and building xcode project
Expand Down

0 comments on commit 9df9077

Please sign in to comment.