Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

fix: private challenge message #42

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: set test-release
  • Loading branch information
dedywahyudi committed Sep 23, 2022
commit b9b8d3772f84765c948c85bf321cdfe66b05669e
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- attach_workspace:
at: .
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
- run: npm publish
- run: npm publish --tag test-release

workflows:
version: 2
Expand Down