mirror of
https://github.com/zoriya/react-native-omni.git
synced 2026-08-05 05:36:17 +00:00
fix: peer dependencies are now loose
This commit is contained in:
@@ -43,16 +43,12 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-bun-
|
||||
|
||||
- name: Install npm dependencies (bun)
|
||||
- name: Install/Typecheck/Build
|
||||
# We use a `prepare` script that run builds to support git installs.
|
||||
run: bun install
|
||||
|
||||
- name: Build lib
|
||||
run: bun run build
|
||||
|
||||
- name: Release
|
||||
env:
|
||||
# No NPM_TOKEN: auth happens via OIDC trusted publishing (id-token: write above).
|
||||
# Provenance is generated automatically, so NPM_CONFIG_PROVENANCE is not needed.
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GIT_AUTHOR_NAME: ${{ github.actor }}
|
||||
GIT_AUTHOR_EMAIL: '${{ github.actor }}@users.noreply.github.com'
|
||||
|
||||
Reference in New Issue
Block a user