Skip to content

Commit

Permalink
refactor: let's rock
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Sep 14, 2022
1 parent 91a81e3 commit 6d16613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/publish-npm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ do
echo "Could not authenticate with $REGISTRY"
exit 1
fi
npm publish --dry-run --tag "$TAG" db-ui-base-"$VALID_SEMVER_VERSION".tgz
npm publish --tag "$TAG" db-ui-base-"$VALID_SEMVER_VERSION".tgz
done

0 comments on commit 6d16613

Please sign in to comment.