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

Added QA to track filter #27

Merged
merged 4 commits into from
Aug 10, 2020
Merged
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
change dist tag
  • Loading branch information
sushilshinde authored Aug 6, 2020
commit eb13bd48eb9e9f1dfb960712496b8bfd6f290d99
4 changes: 2 additions & 2 deletions .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 --tag=qa-accessibility
- run: npm publish --tag=test-release

workflows:
version: 2
Expand All @@ -48,4 +48,4 @@ workflows:
tags:
only: /v[0-9]+(\.[0-9]+)*/
requires:
- test
- test