Skip to content

Commit

Permalink
feat: Add publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakprp committed Oct 17, 2023
1 parent 4e2db1b commit 2e6f2de
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,20 +130,20 @@ workflows:
filters:
branches:
only:
- feature/e2e_pipeline
# - publish-npm-package:
# context: general-vars
# requires:
# - e2e-tests
# filters:
# branches:
# only:
# - feature/e2e_pipeline
# - publish-github-release:
# context: general-vars
# requires:
# - e2e-tests
# filters:
# branches:
# only:
# - feature/e2e_pipeline
- master
- publish-npm-package:
context: general-vars
requires:
- e2e-tests
filters:
branches:
only:
- master
- publish-github-release:
context: general-vars
requires:
- publish-npm-package
filters:
branches:
only:
- master

0 comments on commit 2e6f2de

Please sign in to comment.