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 }}