Skip to content

Commit

Permalink
Fix github action to publish package
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaranjo89 committed Nov 20, 2020
1 parent 181b430 commit 609d420
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- name: Set release version
run: echo ::set-env name=RELEASE_VERSION::$(echo ${GITHUB_REF:10})
- run: cd sdk && npm version ${RELEASE_VERSION}
- run: cd sdk && npm version ${GITHUB_REF:10}
- run: cd sdk && npm ci
- run: cd sdk && npm publish
env:
Expand Down

0 comments on commit 609d420

Please sign in to comment.