Skip to content

Update int128/release-typescript-action action to v1.30.0 #1000

Update int128/release-typescript-action action to v1.30.0

Update int128/release-typescript-action action to v1.30.0 #1000

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
timeout-minutes: 10
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: 20
- run: corepack enable pnpm
- run: pnpm i
- run: pnpm build
- uses: int128/release-typescript-action@634a6bf180ed8ad7d62dd08052db164eb2a18673 # v1.30.0