Skip to content

fix(ci): update registrys for send (#3) #2

fix(ci): update registrys for send (#3)

fix(ci): update registrys for send (#3) #2

Workflow file for this run

name: CI
on:
push:
branches:
- main
defaults:
run:
working-directory: "packages/npm/send"
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/setup
- name: Build package
run: yarn prepare
- name: Publish package
run: yarn release