diff --git a/.github/workflows/arkproject-release.yml b/.github/workflows/arkproject-release.yml deleted file mode 100644 index c0fde616a..000000000 --- a/.github/workflows/arkproject-release.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: ArkProject github release -on: - push: - branches: - - main -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Bump version and push tag - id: tag_version - uses: mathieudutour/github-tag-action@v6.1 - with: - github_token: ${{ secrets.GITHUB_TOKEN }}