Skip to content

Merge branch 'main' of github.com:koush/scrypted #83

Merge branch 'main' of github.com:koush/scrypted

Merge branch 'main' of github.com:koush/scrypted #83

Workflow file for this run

---
name: "tagged-release"
on:
push:
tags:
- "v*"
jobs:
tagged-release:
name: "Tagged Release"
runs-on: "ubuntu-latest"
steps:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false