Skip to content

Commit

Permalink
refactor: let's release to npm (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Sep 29, 2022
1 parent fa4e656 commit 26e655c
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-core-"$VALID_SEMVER_VERSION".tgz
npm publish --tag "$TAG" db-ui-core-"$VALID_SEMVER_VERSION".tgz
done

0 comments on commit 26e655c

Please sign in to comment.