Skip to content

Commit

Permalink
feat: Publish sdk to GH Actions Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarek-kindred committed Oct 5, 2023
1 parent d0121f1 commit 2d53ebd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/npm_publish_light.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,18 @@ jobs:
echo "D: currentSha=$currentSha"
echo "D: newVersion=$newVersion"
npm version $newVersion
ls -lah
echo ""
- name: Publishing ${{ matrix.settings.dirSdkJsClient }}
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
shell: bash
run: |-
cd ${{ matrix.settings.dirSdkJsClient }}
pwd
ls -l
echo "Current version is"
npm version
npm publish --foreground-scripts
echo ""
6 changes: 0 additions & 6 deletions package-lock.json

This file was deleted.

0 comments on commit 2d53ebd

Please sign in to comment.