Skip to content

Commit

Permalink
update version during release
Browse files Browse the repository at this point in the history
  • Loading branch information
vdiez committed Jul 16, 2024
1 parent a113016 commit 10c1775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_eslint_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
cd packages/jsts/src/rules/
jfrog rt npm-config --repo-resolve npm --repo-deploy sonarsource-npm-public-qa
jfrog rt npm-ci
npm version $RELEASE
npm version $RELEASE_TAG
npm ci
npm run build
cp .npmrc ./lib/.npmrc
Expand Down

0 comments on commit 10c1775

Please sign in to comment.