Skip to content

Commit

Permalink
feat: publishing (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
danilolutz authored Jan 14, 2022
1 parent 676e341 commit 2866273
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-node@master
with:
node-version: 14
- name: install dependencies
- name: Install node dependencies
run: yarn
- name: build
- name: Build
run: yarn make
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- uses: actions/setup-node@master
with:
node-version: 14
- name: install dependencies
- name: Install node dependencies
run: yarn
- name: publish
- name: Publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: yarn publish
run: yarn librarian:publish
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"librarian:publish": "electron-forge publish",
"lint": "eslint --ext .ts,.tsx .",
"typeorm": "node --require ts-node/register ./node_modules/typeorm/cli.js",
"release": "standard-version",
Expand Down

0 comments on commit 2866273

Please sign in to comment.