Skip to content

Commit

Permalink
fix jq top level path
Browse files Browse the repository at this point in the history
  • Loading branch information
Manwe-777 committed Dec 26, 2023
1 parent 3ca3da1 commit c7a83b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: npm run build:web

- name: "Package JSON"
run: echo "INFO_JSON=$(jq -c ./src/info.json)" >> $GITHUB_ENV
run: echo "INFO_JSON=$(jq -c . ./src/info.json)" >> $GITHUB_ENV

- uses: getsentry/action-release@v1
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}

- name: "Package JSON"
run: echo "INFO_JSON=$(jq -c ./src/info.json)" >> $GITHUB_ENV
run: echo "INFO_JSON=$(jq -c . ./src/info.json)" >> $GITHUB_ENV

- uses: getsentry/action-release@v1
env:
Expand Down

0 comments on commit c7a83b8

Please sign in to comment.