From 2c63cf31cf52dcd4abfa35aea00f931f5b3ef23b Mon Sep 17 00:00:00 2001 From: Aryan Gupta <97878444+guptaaryan16@users.noreply.github.com> Date: Tue, 19 Sep 2023 16:57:52 +0530 Subject: [PATCH] remove ci.yaml (#324) --- .github/workflows/release.yml | 19 ------------------- 1 file changed, 19 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 18da5c84..00000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: release -on: - push: - tags: - - 'v*' - -jobs: - release: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - - uses: yyx990803/release-tag@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - tag_name: ${{ github.ref }} - body: | - Please refer to [CHANGELOG.md](https://github.com/pytorch-ignite/code-generator/blob/main/CHANGELOG.md) for details.