From a3f399d97f8572d97796dc4cd1ffe28c6fcd645f Mon Sep 17 00:00:00 2001 From: ww24 Date: Wed, 6 Oct 2021 23:18:55 +0900 Subject: [PATCH] chore: remove gh-release --- .github/workflows/gh-release.yml | 26 -------------------------- RELEASE | 1 - 2 files changed, 27 deletions(-) delete mode 100644 .github/workflows/gh-release.yml delete mode 100644 RELEASE diff --git a/.github/workflows/gh-release.yml b/.github/workflows/gh-release.yml deleted file mode 100644 index e40d03cf..00000000 --- a/.github/workflows/gh-release.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: gh-release - -on: - push: - branches: - - master - paths: - - "RELEASE" - pull_request: - types: [opened, synchronize] - branches: - - master - paths: - - "RELEASE" - -jobs: - gh-release: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2.3.4 - - uses: pipe-cd/actions-gh-release@v1.2.0 - with: - release_file: "RELEASE" - token: ${{ secrets.RELEASE_TOKEN }} - changelog_only_use_merge_commit: true - changelog_show_committer: false diff --git a/RELEASE b/RELEASE deleted file mode 100644 index bcf9cb11..00000000 --- a/RELEASE +++ /dev/null @@ -1 +0,0 @@ -tag: v0.1.3