Skip to content

feat(cli): move secrets to OS keychain, update mach token metadata to… #84

feat(cli): move secrets to OS keychain, update mach token metadata to…

feat(cli): move secrets to OS keychain, update mach token metadata to… #84

name: Semantic Release
on:
push:
branches: [main]
permissions:
contents: write
issues: write
pull-requests: write
jobs:
release:
name: Release
runs-on: ubuntu-latest
# Only run if CI passed — don't release broken code
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- uses: pnpm/action-setup@v4
with:
version: "10.6.1"
- uses: actions/setup-node@v4
with:
node-version: "22"
cache: pnpm
- run: pnpm install --frozen-lockfile
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }} # uncomment when ready to publish to npm
run: pnpm exec semantic-release