Skip to content

Update int128/release-typescript-action action to v1.42.0 (#1306) #1395

Update int128/release-typescript-action action to v1.42.0 (#1306)

Update int128/release-typescript-action action to v1.42.0 (#1306) #1395

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
permissions:
contents: write
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
with:
node-version-file: .node-version
package-manager-cache: false
- run: npm install -g pnpm@latest-10
- run: pnpm i
- run: pnpm build
- uses: int128/release-typescript-action@a7b8921a6006618f7b35d55aebc7640d2171c09a # v1.42.0
with:
# TODO: change this on the stable release
major-version: 0