Skip to content

Commit

Permalink
feat: run the jsii build and npm publish in a github job
Browse files Browse the repository at this point in the history
  • Loading branch information
aeffinidi committed Apr 29, 2024
1 parent cfc2463 commit 482880e
Show file tree
Hide file tree
Showing 4 changed files with 1,619 additions and 113 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- uses: actions/setup-python@v4
with:
python-version: '3.x'
# architecture: 'x64'
# cache: 'pip'
- name: publish artifact
run: .github-action-scripts/build-and-publish-artifacts.sh

- name: publish to npm
run: npx nx run-many -t release -p @affinidi-tdk/auth-provider
Loading

0 comments on commit 482880e

Please sign in to comment.