Skip to content

ci(action): update actions/checkout digest to 9bb5618 (#373) #357

ci(action): update actions/checkout digest to 9bb5618 (#373)

ci(action): update actions/checkout digest to 9bb5618 (#373) #357

Workflow file for this run

name: Release
"on":
push:
branches:
- main
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: npm
- run: npm ci
- run: npm run build
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.OCTOKITBOT_PAT }}
NPM_TOKEN: ${{ secrets.OCTOKITBOT_NPM_TOKEN }}