From af7b7a8415929cbeed11a370f70c5f96d707a9e1 Mon Sep 17 00:00:00 2001 From: mgreminger Date: Wed, 15 Jan 2025 22:25:02 -0600 Subject: [PATCH] ci: remove release.yml workflow --- .github/workflows/release.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml deleted file mode 100644 index 300b052a..00000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Create Release -on: - push: - tags: - - '*' -jobs: - create-release: - runs-on: ubuntu-latest - steps: - - name: Git checkout - uses: actions/checkout@v4 - - name: create branch - run: | - git config user.name "github-actions[bot]" - git config user.email "github-actions@github.com" - git checkout -b ${{ github.ref_name }} - git push -u origin refs/heads/${{ github.ref_name }}