Skip to content

Commit

Permalink
ci update package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebouget committed Dec 1, 2023
1 parent 7698f20 commit ed8ca7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Update package.json version
id: show_package_json
run: |
jq '.version = "${TAG//v/}"' projects/khiops-webcomponent/src/package.json > projects/khiops-webcomponent/src/package.tmp.json
jq '.version = $GITHUB_ENV' projects/khiops-webcomponent/src/package.json > projects/khiops-webcomponent/src/package.tmp.json
mv projects/khiops-webcomponent/src/package.tmp.json projects/khiops-webcomponent/src/package.json
cat projects/khiops-webcomponent/src/package.json
Expand Down

0 comments on commit ed8ca7d

Please sign in to comment.