Skip to content

chore: πŸ€– bump semantic-release monorepo (#180) #32

chore: πŸ€– bump semantic-release monorepo (#180)

chore: πŸ€– bump semantic-release monorepo (#180) #32

Workflow file for this run

name: cd
on:
push:
branches: [main]
permissions:
contents: write
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: πŸ— Setup Repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: πŸ“¦ Install
uses: ./.github/actions/install
- name: 🦺 Check
uses: ./.github/actions/check
- name: πŸš€ Publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: pnpm exec semantic-release --branches main --dry-run