Skip to content

Merge pull request #119 from mtgto/upsert-comment #10

Merge pull request #119 from mtgto/upsert-comment

Merge pull request #119 from mtgto/upsert-comment #10

Workflow file for this run

name: release
on:
pull_request:
paths:
- .github/workflows/release.yaml
push:
tags:
- v*
jobs:
tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- run: npm ci
- run: npm run clean
- run: npm run build
- uses: int128/release-typescript-action@v1