Skip to content

ci(action): update actions/add-to-project action to v0.6.0 (#620) #570

ci(action): update actions/add-to-project action to v0.6.0 (#620)

ci(action): update actions/add-to-project action to v0.6.0 (#620) #570

Workflow file for this run

name: Release
"on":
push:
branches:
- main
- next
- beta
- "*.x"
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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 }}
- run: npm run docs
- uses: maxheld83/ghpages@master
env:
BUILD_DIR: docs/
GH_PAT: ${{ secrets.OCTOKIT_PAT }}