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 a456fec commit f0de627
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 @@ -19,7 +19,7 @@ jobs:

- name: Update package.json version
run: |
sed -i "s/\"version\": \".*\"/\"version\": \"$GITHUB_REF_NAME\"/" projects/khiops-webcomponent/src/package.json
sed -i "s/\"version\": \".*\"/\"version\": \"$TAG\"/" projects/khiops-webcomponent/src/package.json
cat projects/khiops-webcomponent/src/package.json
env:
GITHUB_REF_NAME: ${{ steps.get_tag.outputs.TAG }}
Expand Down

0 comments on commit f0de627

Please sign in to comment.