Skip to content

chore(deps): Bump @octokit/plugin-paginate-rest from 11.3.0 to 11.4.2… #108

chore(deps): Bump @octokit/plugin-paginate-rest from 11.3.0 to 11.4.2…

chore(deps): Bump @octokit/plugin-paginate-rest from 11.3.0 to 11.4.2… #108

Workflow file for this run

name: 'deploy'
on:
push:
branches:
- main
- beta
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: yarn install
- run: yarn test:ci
- run: yarn build
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- uses: codecov/codecov-action@v4
with:
directory: ./coverage/