mirror of
https://github.com/selfxyz/self.git
synced 2026-01-07 22:04:03 -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
|
||||
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
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user