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 6b07fc6 commit a302566
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Update package.json version
run: |
sed -i "s/\"version\": \".*\"/\"version\": \"$GITHUB_REF_NAME\"/" 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 a302566

Please sign in to comment.