Skip to content

ci(action): update actions/checkout digest to 8ade135 #246

ci(action): update actions/checkout digest to 8ade135

ci(action): update actions/checkout digest to 8ade135 #246

Workflow file for this run

"on":
push:
branches:
- main
name: release
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/setup-node@v3
with:
node-version: lts/*
cache: npm
- run: npm ci
- run: npm run build
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.OCTOKITBOT_PAT }}
- run: >-
git push
https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
HEAD:refs/heads/v2.x
env:
GITHUB_TOKEN: ${{ secrets.OCTOKITBOT_PAT }}