Skip to content

ci: pin version of conventional-changelog-conventionalcommits (#771) #2

ci: pin version of conventional-changelog-conventionalcommits (#771)

ci: pin version of conventional-changelog-conventionalcommits (#771) #2

Workflow file for this run

name: Main
on:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
name: Release
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- run: npm ci
- run: npm run lint
- run: npm run test
- name: Run semantic-release
uses: cycjimmy/semantic-release-action@v2
with:
extra_plugins: |
conventional-changelog-conventionalcommits@5.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}