mirror of
https://github.com/selfxyz/self.git
synced 2026-01-09 14:48:06 -05:00
Fix path in npm-publish workflow to correctly reference mobile-sdk-alpha package.json for version checks.
This commit is contained in:
2
.github/workflows/npm-publish.yml
vendored
2
.github/workflows/npm-publish.yml
vendored
@@ -63,7 +63,7 @@ jobs:
|
|||||||
echo "qrcode_angular_changed=true" >> $GITHUB_OUTPUT
|
echo "qrcode_angular_changed=true" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if git diff HEAD^ HEAD -- sdk/mobile-sdk-alpha/package.json | grep -q '"version":' || [ "${{ github.event_name }}" = "workflow_dispatch" ]; then
|
if git diff HEAD^ HEAD -- packages/mobile-sdk-alpha/package.json | grep -q '"version":' || [ "${{ github.event_name }}" = "workflow_dispatch" ]; then
|
||||||
echo "msdk_changed=true" >> $GITHUB_OUTPUT
|
echo "msdk_changed=true" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user