Skip to content
This repository was archived by the owner on Sep 28, 2025. It is now read-only.

8.0.10

8.0.10 #76

Workflow file for this run

name: 📑 Release Page
on:
push:
tags:
- "v*"
jobs:
tagged-release:
name: 📑 Release Page
runs-on: "ubuntu-latest"
steps:
- name: 📦 Checkout Repository
uses: actions/checkout@v4
- name: 📑 Release Page
uses: ncipollo/release-action@v1
with:
token: "${{ secrets.GITHUB_TOKEN }}"
generateReleaseNotes: true
makeLatest: true