From d8bb20854ea1162faf7f88c98bb2333bbd9e7965 Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Sun, 10 Jan 2021 00:15:23 +0300 Subject: [PATCH] cleanup old gh actions Signed-off-by: Vasiliy Tolstov --- .github/workflows/release.yml | 13 ------------- 1 file changed, 13 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 60b56fb..0000000 --- a/.github/workflows/release.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Semantic Release - -on: push - -jobs: - semantic-release: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - - uses: codfish/semantic-release-action@v1 - if: github.ref == 'refs/heads/master' - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}