Skip to content

Update dependency @octokit/graphql-schema to v14.25.0 (#680) #673

Update dependency @octokit/graphql-schema to v14.25.0 (#680)

Update dependency @octokit/graphql-schema to v14.25.0 (#680) #673

Workflow file for this run

name: release
on:
pull_request:
paths:
- .github/workflows/release.yaml
push:
branches:
- main
tags:
- v*
jobs:
tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: yarn
- run: yarn
- run: yarn build
- run: yarn package
- uses: int128/release-typescript-action@v1