Skip to content

Commit 1230f5d

Browse files
author
Sophia Marie Terry
committed
fix lint errors
1 parent 91b086f commit 1230f5d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ipa-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fi
3434
echo "Previous version: $previous_version"
3535

36-
if [["$previous_version" == "$current_version" ]]; then
36+
if [[ "$previous_version" == "$current_version" ]]; then
3737
echo "No version bump to release".
3838
exit 0
3939
fi
@@ -52,6 +52,8 @@ jobs:
5252
node-version: '20.x'
5353
registry-url: 'https://registry.npmjs.org'
5454
- run: npm ci
55+
working-directory: tools/spectral/ipa
5556
- run: npm publish --access public
57+
working-directory: tools/spectral/ipa
5658
env:
5759
NODE_AUTH_TOKEN: ${{ secrets.IPA_VALIDATION_TOKEN }}

0 commit comments

Comments
 (0)