Skip to content

Commit

Permalink
updated path
Browse files Browse the repository at this point in the history
  • Loading branch information
nichlaes committed Jan 23, 2024
1 parent f4cab06 commit 959052f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: get version
id: vars
run: |
version=`cat package.json| jq -r '.version'`
version=`cat ./client/package.json | jq -r '.version'`
echo "version=$version" >> $GITHUB_OUTPUT
- name: publish docker image
uses: ./.github/workflows/docker.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lib-ms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: get version
id: vars
run: |
version=`cat package.json| jq -r '.version'`
version=`cat ./client/package.json | jq -r '.version'`
echo "version=$version" >> $GITHUB_OUTPUT
- name: publish docker image
uses: ./.github/workflows/docker.yml
Expand Down

0 comments on commit 959052f

Please sign in to comment.