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 089ddca commit ad1f4e1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,12 @@ jobs:
run: npm run test
- name: Coverage Report
uses: codecov/codecov-action@v1
- name: Preview Changed Packages
run: npm run changed
- name: Publish Changed Packages
run: npm run publish
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publish correct @edx/frontend-enterprise-utils version to NPM
working-directory: ./packages/utils
run: npm publish dist --access public
- name: Publish correct @edx/frontend-enterprise-catalog-search version to NPM
working-directory: ./packages/catalog-search
run: npm publish dist --access public
- name: Publish correct @edx/frontend-enterprise-logistration version to NPM
working-directory: ./packages/logistration
run: npm publish dist --access public
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
node_modules
lerna-debug.log
.DS_Store
release_original.yml

0 comments on commit ad1f4e1

Please sign in to comment.