Skip to content

fix(deps): update dependency @react-native-async-storage/async-storag… #107

fix(deps): update dependency @react-native-async-storage/async-storag…

fix(deps): update dependency @react-native-async-storage/async-storag… #107

Workflow file for this run

name: Publish package to npm
on:
workflow_dispatch:
push:
branches:
- 'main'
jobs:
publish:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install
run: yarn install --frozen-lockfile
- name: Build
run: yarn build
- name: Release
run: yarn release