Remove GitHub actions

This commit is contained in:
Martin Prokoph
2024-02-08 21:53:21 +01:00
parent ce144849f3
commit 9aba1d3313
3 changed files with 1 additions and 22 deletions

View File

@@ -1,20 +0,0 @@
---
name: "prepare-release"
on:
push:
branches:
- "main"
jobs:
pre-release:
name: "Prepare Release"
runs-on: "ubuntu-latest"
steps:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Next Release"