Skip to content

Commit 9f44327

Browse files
committed
test
1 parent d88144a commit 9f44327

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.buildkite/deploy.sh

+1-4
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,10 @@ set -euo pipefail
55
TAG_VERSION=$(buildkite-agent meta-data get "tag-version" --default "0.0.0-alpha-$(date +%Y%m%d%H%M%S)")
66
TAG_VERSION=${TAG_VERSION/v/}
77

8-
#setup git
9-
# git config user.email "Widen Developers"
10-
# git config user.name "[email protected]"
118

129
# Publish the package
1310
echo "publishing ${TAG_VERSION}"
14-
npm publish --tag ${TAG_VERSION}
11+
npm publish --tag tag-${TAG_VERSION}
1512
echo "versioning package ${TAG_VERSION}"
1613
npm version ${TAG_VERSION} --no-git-tag-version
1714

0 commit comments

Comments
 (0)