Skip to content

Commit

Permalink
Merge pull request #3879 from dequelabs/release-463-fixed
Browse files Browse the repository at this point in the history
chore(release): 4.6.3 (corrected)
  • Loading branch information
WilcoFiers committed Jan 23, 2023
2 parents fddc1cd + 895143a commit 4d06caa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Expand Up @@ -278,6 +278,7 @@ jobs:
- checkout
- <<: *set_npm_auth
- <<: *restore_dependency_cache_unix
- <<: *restore_build
- run: .circleci/verify-release.sh
- run: npm publish

Expand Down Expand Up @@ -365,7 +366,7 @@ workflows:
filters:
branches:
only:
- /release-*/
- /^release-.+/
- master
# Hold for approval
- hold_release:
Expand Down

0 comments on commit 4d06caa

Please sign in to comment.