Skip to content

Commit

Permalink
Publish package to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
DVMVCGCG committed Mar 28, 2020
1 parent f3208ad commit 9e52b39
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ jobs:
- run: npm ci
- run: npm test

# publish-npm:
# needs: build
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: actions/setup-node@v1
# with:
# node-version: 12
# registry-url: https://registry.npmjs.org/
# - run: npm ci
# - run: npm publish
# env:
# NODE_AUTH_TOKEN: ${{secrets.npm_token}}
publish-npm:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

publish-gpr:
needs: build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aerobatic/vogels",
"version": "2.2.1",
"version": "2.2.2",
"author": "Ryan Fitzgerald <[email protected]>",
"description": "DynamoDB data mapper",
"main": "index.js",
Expand Down

0 comments on commit 9e52b39

Please sign in to comment.