Skip to content

Commit

Permalink
wofkflow bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NourAlharithi committed Sep 8, 2023
1 parent 2b1f108 commit 8d3000d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-sdk-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Git commit
id: publish-jit-sdk
run: |
VERSION=$(node -e "console.log(require('./ts/sdk/package.json').version);")
VERSION=$(node -e "console.log(require('./package.json').version);")
git config user.name "GitHub Actions"
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
git add -A
Expand Down

0 comments on commit 8d3000d

Please sign in to comment.