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 373a970
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ 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
- name: Publish Packages from existing versions
run: lerna publish from-package --no-git-tag-version --no-push --yes --loglevel verbose
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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 373a970

Please sign in to comment.