Skip to content

Merge pull request #22 from agilecustoms/next #163

Merge pull request #22 from agilecustoms/next

Merge pull request #22 from agilecustoms/next #163

Workflow file for this run

name: Release
on:
push:
branches:
- main
# - next
jobs:
Release:
runs-on: ubuntu-latest
environment: release
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Release
uses: agilecustoms/release@main
with:
npm-extra-deps: conventional-changelog-conventionalcommits@9.1.0
env:
GH_TOKEN: ${{ secrets.GH_PUBLIC_RELEASES_TOKEN }}