Skip to content

Commit

Permalink
fix bumping package version
Browse files Browse the repository at this point in the history
  • Loading branch information
finn-block committed Mar 7, 2024
1 parent 5cd2127 commit 535a888
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,9 @@ jobs:
exit 0
fi
# set the snapshot version (updates package.json in place)
npm version "${snapshot_version}"
# set the snapshot version
jq --arg version "${snapshot_version}" '.version = $version' package.json > package-new.json
mv package-new.json package.json
# set publishing config in package.json
jq '.publishConfig.registry = "https://blockxyz.jfrog.io/artifactory/api/npm/tbd-oss-snapshots-npm/"' package.json > package-new.json
Expand Down

0 comments on commit 535a888

Please sign in to comment.