Skip to content

Update actions/checkout action from vv6.0.3 to v7 (#396) #385

Update actions/checkout action from vv6.0.3 to v7 (#396)

Update actions/checkout action from vv6.0.3 to v7 (#396) #385

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Create Release
run: npx semantic-release@v19.0.5 --debug --no-ci
env:
GITHUB_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}