🐞 fix(workflows): remove existings

This commit is contained in:
Eshan Roy (Eshanized)
2024-06-16 23:27:39 +05:30
parent ec3cafabd8
commit 82179ae736
2 changed files with 0 additions and 21 deletions

1
.github/funding.yml vendored
View File

@@ -1 +0,0 @@
custom: https://www.buymeacoffee.com/markteekman

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"