Skip to content

fix(types): make UploadcareFile instance properties non-nullable cause they're can't be null actually #322

fix(types): make UploadcareFile instance properties non-nullable cause they're can't be null actually

fix(types): make UploadcareFile instance properties non-nullable cause they're can't be null actually #322

Workflow file for this run

name: Ship js trigger
on:
pull_request:
types:
- closed
jobs:
build:
name: Release
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true && startsWith(github.head_ref, 'releases/v')
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
ref: master
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: npm ci
- run: npx shipjs trigger
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}