Skip to content

Commit

Permalink
ci: force publish correct npm versions to manually get back to a good…
Browse files Browse the repository at this point in the history
… state
  • Loading branch information
adamstankiewicz committed May 10, 2021
1 parent 1d869d9 commit 46f562c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
run: npm run changed
- name: Publish correct @edx/frontend-enterprise-utils version to NPM
working-directory: ./packages/utils
run: npm publish --dry-run
run: npm publish dist
- name: Publish correct @edx/frontend-enterprise-catalog-search version to NPM
working-directory: ./packages/catalog-search
run: npm publish --dry-run
run: npm publish dist
- name: Publish correct @edx/frontend-enterprise-logistration version to NPM
working-directory: ./packages/logistration
run: npm publish --dry-run
run: npm publish dist

0 comments on commit 46f562c

Please sign in to comment.