OSDN Git Service

ci: change release method to manual release
authorhizumiaoba <56146205+hizumiaoba@users.noreply.github.com>
Thu, 10 Mar 2022 03:02:31 +0000 (12:02 +0900)
committerhizumiaoba <56146205+hizumiaoba@users.noreply.github.com>
Thu, 10 Mar 2022 03:02:31 +0000 (12:02 +0900)
.github/workflows/autoReleaseDraft.yml [deleted file]

diff --git a/.github/workflows/autoReleaseDraft.yml b/.github/workflows/autoReleaseDraft.yml
deleted file mode 100644 (file)
index 5299764..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-name: 
-on:
-  push:
-    branches:
-      - master
-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@v5.5
-        with:
-          github_token: ${{ secrets.GITHUB_TOKEN }}
-      - name: Create a GitHub release
-        uses: actions/create-release@v1
-        env:
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-        with:
-          tag_name: ${{ steps.tag_version.outputs.new_tag }}
-          release_name: Release ${{ steps.tag_version.outputs.new_tag }}
-          body: ${{ steps.tag_version.outputs.changelog }}