Skip to content

Update MiscService.getApiStatus to v2 (#393) #1

Update MiscService.getApiStatus to v2 (#393)

Update MiscService.getApiStatus to v2 (#393) #1

Workflow file for this run

name: Create Release
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create a Release
uses: elgohr/Github-Release-Action@v5
env:
GITHUB_TOKEN: "${{ secrets.RELEASE_TOKEN }}"
with:
title: ${{ github.ref }}