From 46c4c971b81d03cdd1b5fbf31d3c5f97be131121 Mon Sep 17 00:00:00 2001 From: BlayTheNinth <1933180+BlayTheNinth@users.noreply.github.com> Date: Fri, 14 Jun 2024 11:00:34 +0200 Subject: [PATCH] ci: Remove obsolete workflows --- .github/workflows/create-release.yml | 20 -------------------- .github/workflows/publish.yml | 10 ---------- 2 files changed, 30 deletions(-) delete mode 100644 .github/workflows/create-release.yml delete mode 100644 .github/workflows/publish.yml diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml deleted file mode 100644 index b445c02..0000000 --- a/.github/workflows/create-release.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: create-release -on: - workflow_dispatch: - inputs: - bump: - description: 'The bump in version for this release' - required: true - type: choice - default: patch - options: - - major - - minor - - patch - -jobs: - create-release: - uses: TwelveIterationMods/Workflows/.github/workflows/create-release.yml@v2 - with: - bump: ${{ github.event.inputs.bump }} - secrets: inherit diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml deleted file mode 100644 index b4794e7..0000000 --- a/.github/workflows/publish.yml +++ /dev/null @@ -1,10 +0,0 @@ -name: publish -on: - push: - tags: - - '*' - -jobs: - publish: - uses: TwelveIterationMods/Workflows/.github/workflows/publish-release.yml@v2 - secrets: inherit \ No newline at end of file