Skip to content

ci(hooks): resolve the policy cache from a worktree and harden the or… #15

ci(hooks): resolve the policy cache from a worktree and harden the or…

ci(hooks): resolve the policy cache from a worktree and harden the or… #15

name: Release
on:
push:
branches:
- main
permissions:
contents: write
issues: write
pull-requests: write
id-token: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "lts/*"
- name: Install conventional commits preset
run: npm install --no-save conventional-changelog-conventionalcommits
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release