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