Skip to content

build: modfying publish action to use npm cli to include provenance in npm publish #67

build: modfying publish action to use npm cli to include provenance in npm publish

build: modfying publish action to use npm cli to include provenance in npm publish #67

Workflow file for this run

name: sdk/react-native
on:
push:
branches: [main, 'feat/**']
paths-ignore:
- '**.md' #Do not need to run CI for markdown changes.
pull_request:
branches: [main, 'feat/**']
paths-ignore:
- '**.md'
jobs:
build-test-react-native:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- id: shared
name: Shared CI Steps
uses: ./actions/ci
with:
workspace_name: '@launchdarkly/react-native-client-sdk'
workspace_path: packages/sdk/react-native