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

Create ytcr-v2.0.3hotfix1.gezel #61

Create ytcr-v2.0.3hotfix1.gezel

Create ytcr-v2.0.3hotfix1.gezel #61

Workflow file for this run

name: Releases
on:
push:
paths:
- 'streamerbot/*.gezel'
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: ncipollo/release-action@v1
with:
tag: "vx.x.x"
artifacts: "streamerbot/*.gezel"
bodyFile: "streamerbot/README.md"
makeLatest: true