Skip to content

Commit

Permalink
Merge pull request #32 from orange-alliance/npm-publish
Browse files Browse the repository at this point in the history
Fix npm/gpr publish
  • Loading branch information
CrispyBacon1999 authored Oct 13, 2021
2 parents 9a2b147 + b38803d commit 060123c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
run: npm install
- name: Build
run: npm run build
- run: Publish
- name: Publish
run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

Expand All @@ -69,6 +70,7 @@ jobs:
run: npm install
- name: Build
run: npm run build
- run: Publish
- name: Publish
run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@the-orange-alliance/api",
"version": "0.0.8",
"version": "0.0.9",
"description": "The Orange Alliance Library for Node.js",
"author": "The Orange Alliance, Josh Bacon",
"license": "MIT",
Expand Down

0 comments on commit 060123c

Please sign in to comment.