Skip to content

ci: release workflows #1

ci: release workflows

ci: release workflows #1

Workflow file for this run

name: Release
on:
push:
branches:
- 'main'
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: pinnacles/github-action-module-release/.github/actions/release-by-merge@v3.0.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}