aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
deleted file mode 100644
index 5f7c998..0000000
--- a/.github/workflows/release.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-name: Release
-
-on:
- push:
- tags:
- - 'v*'
-
-jobs:
- create-release:
- if: github.repository_owner == 'taiki-e'
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- - uses: taiki-e/github-actions/create-release@main
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}