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

Commit eb13bd4

Browse files
authored
change dist tag
1 parent 67a0310 commit eb13bd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- attach_workspace:
3131
at: .
3232
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
33-
- run: npm publish --tag=qa-accessibility
33+
- run: npm publish --tag=test-release
3434

3535
workflows:
3636
version: 2
@@ -48,4 +48,4 @@ workflows:
4848
tags:
4949
only: /v[0-9]+(\.[0-9]+)*/
5050
requires:
51-
- test
51+
- test

0 commit comments

Comments
 (0)