Skip to content

chore(deps): update actions/checkout digest to a5ac7e5 #15

chore(deps): update actions/checkout digest to a5ac7e5

chore(deps): update actions/checkout digest to a5ac7e5 #15

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@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: npm
- run: npm ci
- run: npm run clean
- run: npm run build
- uses: int128/release-typescript-action@v1