Skip to content

Commit

Permalink
Merge branch 'main' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
pnwpedro committed Mar 25, 2024
2 parents 4b13d36 + dc99453 commit bb816df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions concourse/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ jobs:
input_mapping: {repo.git: main.git}
params:
NPM_TOKEN: ((npm_token))
NPM_TAG: latest
on_success:
put: notify
params:
Expand Down
6 changes: 1 addition & 5 deletions concourse/scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ then

echo "Publishing a new version..."
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
if [[ -z "$NPM_TAG" ]]; then
npm publish --tag $NPM_TAG
else
npm publish
fi
npm publish --tag "$NPM_TAG"

rm .npmrc

Expand Down

0 comments on commit bb816df

Please sign in to comment.