Skip to content

misc: update actions/checkout to v5 #31

misc: update actions/checkout to v5

misc: update actions/checkout to v5 #31

Workflow file for this run

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