Skip to content

Commit

Permalink
Fix version passed to sign step
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhamlett committed Apr 4, 2023
1 parent 6cf443e commit bc5fd11
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 bc5fd11

Please sign in to comment.