stickfosh/.github/workflows/automatic-prerelease.yml
Karma Riuk f7c0dcbd4b
Some checks are pending
pre-release / Pre Release (push) Waiting to run
final update (spoiler: no) of the github workflow
2025-01-29 12:11:36 +01:00

21 lines
386 B
YAML

---
name: "pre-release"
on:
push:
branches:
- "main"
jobs:
pre-release:
name: "Pre Release"
runs-on: "ubuntu-latest"
steps:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: true
automatic_release_tag: "latest"
title: "Development Build"