Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
joephela committed Jan 18, 2024
1 parent d88144a commit 9f44327
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .buildkite/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@ set -euo pipefail
TAG_VERSION=$(buildkite-agent meta-data get "tag-version" --default "0.0.0-alpha-$(date +%Y%m%d%H%M%S)")
TAG_VERSION=${TAG_VERSION/v/}

#setup git
# git config user.email "Widen Developers"
# git config user.name "[email protected]"

# Publish the package
echo "publishing ${TAG_VERSION}"
npm publish --tag ${TAG_VERSION}
npm publish --tag tag-${TAG_VERSION}
echo "versioning package ${TAG_VERSION}"
npm version ${TAG_VERSION} --no-git-tag-version

Expand Down

0 comments on commit 9f44327

Please sign in to comment.