Skip to content
This repository has been archived by the owner on Jan 11, 2025. It is now read-only.

Added notice about project discontinuation #77

Added notice about project discontinuation

Added notice about project discontinuation #77

Workflow file for this run

name: CI
on:
push:
branches:
- master
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Release
uses: cycjimmy/semantic-release-action@v4
with:
extra_plugins: |
@semantic-release/changelog
@semantic-release/git
branch: master
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}