Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

fix GetInput() and update README #3

fix GetInput() and update README

fix GetInput() and update README #3

Workflow file for this run

name: Release by tag
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GH_PAT }}