Skip to content

Commit

Permalink
fix(ci): update versioning command in CI workflow to use npm
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Jan 17, 2025
1 parent 2fcf79c commit c17f4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
working-directory: javascript
run: |
curl -s https://raw.githubusercontent.com/kestra-io/kestra/master/README.md > README.md
sed -i 's/"version": "0.0.0",/"version": "'$VERSION'",/' package.json
npm version "$VERSION" --no-git-tag-version
- name: Install dependencies
working-directory: javascript
Expand Down

0 comments on commit c17f4b9

Please sign in to comment.