Skip to content

feat(api): cool api #63

feat(api): cool api

feat(api): cool api #63

name: Release Helpers
on:
push:
branches:
- main
paths:
- 'helpers/**'
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- name: Release
uses: ./.github/actions/release
with:
module: "helpers"