From cee4a60181bf3aa17f6452b81c301adc061bdec3 Mon Sep 17 00:00:00 2001 From: Vikas Singhal Date: Thu, 29 Aug 2024 18:08:44 +0530 Subject: [PATCH] workflow removed --- .github/workflows/release.yml | 26 -------------------------- 1 file changed, 26 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 e43d07d..0000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Release New Version - -on: - push: - paths: - - 'meta.json' - branches: - - main - -jobs: - release: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v3 - - - name: Create Release - id: create_release - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - tag_name: v${{ steps.get_version.outputs.VERSION }} - release_name: Release ${{ steps.get_version.outputs.VERSION }} - draft: false - prerelease: false \ No newline at end of file