Skip to content

Commit

Permalink
Really set version
Browse files Browse the repository at this point in the history
  • Loading branch information
whscullin committed Oct 25, 2024
1 parent 6c3102d commit fdb1b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
npm ci --loglevel error
PRERELEASE=$(date +%y%m%d%H%M%S)
VERSION=$(jq -r .version ./packages/query-composer/package.json)-dev$PRERELEASE
npm version --no-git-tag-version $VERSION
npm version -w packages/query-composer --no-git-tag-version $VERSION
npm publish -w packages/query-composer --access=public
env:
CI: true
Expand Down

0 comments on commit fdb1b37

Please sign in to comment.