From aec5a9b226934992b70d0da5beac9d6792d92a90 Mon Sep 17 00:00:00 2001 From: Bryce Boe Date: Mon, 10 Feb 2025 11:58:51 -0800 Subject: [PATCH] Remove manual_tag_release action --- .github/workflows/manual_tag_release.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/manual_tag_release.yml diff --git a/.github/workflows/manual_tag_release.yml b/.github/workflows/manual_tag_release.yml deleted file mode 100644 index 0718408..0000000 --- a/.github/workflows/manual_tag_release.yml +++ /dev/null @@ -1,16 +0,0 @@ -jobs: - manual_tag_release: - name: Manual Tag Release - secrets: inherit - uses: praw-dev/.github/.github/workflows/manual_tag_release.yml@main - with: - commit: ${{ inputs.commit }} -name: Manual Tag Release -on: - workflow_dispatch: - inputs: - commit: - description: The commit the version bump occurred - required: true -permissions: - contents: write