Skip to content

Commit

Permalink
Merge pull request #39 from brightsign/diegobrsign/publish
Browse files Browse the repository at this point in the history
ci: update .npmrc path
  • Loading branch information
diegobrsign authored Jun 7, 2024
2 parents d5bb80d + 366807d commit 392b6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bump_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ for dir in $workspace_dirs; do
echo "Current directory: $(pwd)"

# add package registry configuration from setup-node at the root of the repo
cp ../.npmrc .npmrc
cp ../../.npmrc .npmrc

npm version $GH_REF_VERSION

Expand Down

0 comments on commit 392b6b4

Please sign in to comment.