Skip to content

feature: build artifacts in pipeline and publish to npm #3

feature: build artifacts in pipeline and publish to npm

feature: build artifacts in pipeline and publish to npm #3

Workflow file for this run

name: Publish
on:
push:
branches:
- '**' # matches every branch
- '!main'
pull_request:
# Needed for nx-set-shas when run on the main branch
permissions:
actions: read
contents: read
jobs:
artifacts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: publish to npm
run: npx nx run-many -t release -p @affinidi-tdk/auth-provider