Skip to content

Commit

Permalink
Merge pull request #19 from EdgePi-Cloud/dev-test-wf
Browse files Browse the repository at this point in the history
test file
  • Loading branch information
bot-edgepi authored Jan 22, 2024
2 parents d511137 + bbbc54d commit 2063ea9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ jobs:
node-version: "16.x"
registry-url: "https://registry.npmjs.org"

- name: Release Package
uses: ncipollo/[email protected]

- name: Publish Package to npm
run: |
npm ci
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Release Package
uses: ncipollo/[email protected]

0 comments on commit 2063ea9

Please sign in to comment.