Skip to content

Commit

Permalink
Merge pull request #17 from CheesecakeLabs/Update-npm-publish.yml-1
Browse files Browse the repository at this point in the history
Update npm publish.yml 1
  • Loading branch information
fazzatti authored Nov 27, 2023
2 parents 291d288 + 43ed955 commit 0faecdd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
- run: npm test
- run: npm run build
- run: ls -l lib
- name: Archive production artifacts
uses: actions/upload-artifact@v2
with:
name: lib
path: lib


publish-npm:
needs: build
Expand All @@ -29,6 +35,11 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: Download artifacts
uses: actions/download-artifact@v2
with:
name: lib
path: lib
- run: npm ci
- run: npm publish
env:
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": "stellar-plus",
"version": "0.1.8",
"version": "0.1.9",
"description": "beta version of stellar-plus, an all-in-one sdk for the Stellar blockchain",
"main": "./lib/index.js",
"files": [
Expand Down

0 comments on commit 0faecdd

Please sign in to comment.