Skip to content

Commit

Permalink
fixup! ci: add app CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLicense committed Feb 13, 2024
1 parent bee18df commit f2b3c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/get-app-version/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
- id: get-version
shell: bash
run: |
LATEST_APP_COMMIT=$(git rev-list -1 --abbrev-commit ${{ inputs.reference }} -- ${{ inputs.project-path }})
LATEST_APP_COMMIT=$(git rev-list -1 --abbrev-commit ${{ inputs.ref }} -- ${{ inputs.project-path }})
COMMIT_RELEASE_VERSION=$(git describe --tags --abbrev=0 $LATEST_APP_COMMIT 2>/dev/null) || true
Expand Down

0 comments on commit f2b3c3a

Please sign in to comment.