Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #98 from latitudegames/0.0.24-auto-patch
Browse files Browse the repository at this point in the history
Remove postpublish step from core and add npm publish to release cond…
  • Loading branch information
Sean Gillespie authored Sep 27, 2021
2 parents 01cd945 + 5f8b325 commit 535a665
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/thoth-core-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- name: Prepare and Release
working-directory: core
run: yarn preship && yarn auto release --prerelease
- name: Publish to GitHub Packages
working-directory: core/dist
run: npm publish
- name: Increment package for future prelease, commit and push
working-directory: core
run: |
Expand Down
3 changes: 1 addition & 2 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"lint": "eslint . --ignore-path ../.eslintignore --ext ts --ext tsx --ext js --ext jsx",
"preship": "yarn build && copyfiles package.json .npmrc dist && cd plugins/areaPlugin/ && copyfiles style.css ../../dist/plugins/areaPlugin/ && cd ../../dist",
"ship": "auto release --prerelease --base-branch main",
"release": "yarn preship && yarn ship",
"postpublish": "yarn clean"
"release": "yarn preship && yarn ship"
},
"dependencies": {
"auto": "^10.32.0",
Expand Down

0 comments on commit 535a665

Please sign in to comment.