Skip to content

Merge pull request #70 from Quramy/check_file_exist #7

Merge pull request #70 from Quramy/check_file_exist

Merge pull request #70 from Quramy/check_file_exist #7

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@v3
- 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