Skip to content

Update dependency @octokit/graphql-schema to v14.39.2 (#770) #769

Update dependency @octokit/graphql-schema to v14.39.2 (#770)

Update dependency @octokit/graphql-schema to v14.39.2 (#770) #769

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@v4
- uses: actions/setup-node@v3
with:
node-version: 20
cache: yarn
- run: yarn
- run: yarn build
- run: yarn package
- uses: int128/release-typescript-action@v1