Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
joephela committed Jan 18, 2024
1 parent 89a8ac1 commit f51d110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ TAG_VERSION=$(buildkite-agent meta-data get "tag-version" --default "0.0.0-alpha
TAG_VERSION=${TAG_VERSION/v/}

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

# Publish the package
npm publish --tag ${TAG_VERSION}
Expand Down

0 comments on commit f51d110

Please sign in to comment.