Skip to content

chore: update version #84

chore: update version

chore: update version #84

Workflow file for this run

name: ping
on:
push:
branches:
- main
jobs:
ping:
runs-on: ubuntu-latest
steps:
- uses: exivity/actions/release@main
with:
mode: ping
gh-token: ${{ secrets.GH_BOT_TOKEN }}