Skip to content

fix: pass conventionalcommits preset to commit analyzer and release n… #10

fix: pass conventionalcommits preset to commit analyzer and release n…

fix: pass conventionalcommits preset to commit analyzer and release n… #10

Workflow file for this run

name: 'Push to main'
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
process:
runs-on: ubuntu-22.04
steps:
- uses: myparcelnl/actions/setup-git-credentials@v3
id: credentials
with:
app-id: ${{ secrets.MYPARCEL_APP_ID }}
private-key: ${{ secrets.MYPARCEL_APP_PRIVATE_KEY }}
- uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ steps.credentials.outputs.token }}
- uses: myparcelnl/actions/yarn2-install@v3
- name: 'Run semantic release'
uses: myparcelnl/actions/semantic-release@v3
with:
token: ${{ steps.credentials.outputs.token }}
write-summary: true
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}