From d5b191913e687e90ce0b34341cdb8cb2971307fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8C=AB=E7=8C=AB?= Date: Sun, 1 May 2022 11:55:26 +0800 Subject: [PATCH] Revert "ci: add release-post.yml" --- .github/workflows/release-post.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/release-post.yml diff --git a/.github/workflows/release-post.yml b/.github/workflows/release-post.yml deleted file mode 100644 index 47ab436..0000000 --- a/.github/workflows/release-post.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: release post - -on: - push: - branches: - - post - -jobs: - release: - name: Release - runs-on: ubuntu-latest - steps: - - uses: fnkr/github-action-ghr@v1 - env: - GHR_COMPRESS: gz - GHR_PATH: ./ - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file