瀏覽代碼

chore: delete workflow

Ahmad Kholid 2 年之前
父節點
當前提交
8b57fc8a6e
共有 1 個文件被更改,包括 0 次插入22 次删除
  1. 0 22
      .github/workflows/release.yml

+ 0 - 22
.github/workflows/release.yml

@@ -1,22 +0,0 @@
-name: Release
-
-on:
-  push:
-    tags:
-      - 'v*'
-
-jobs:
-  release:
-    runs-on: ubuntu-latest
-    steps:
-      - uses: actions/checkout@v3
-        with:
-          fetch-depth: 0
-
-      - uses: actions/setup-node@v3
-        with:
-          node-version: 16.x
-
-      - run: npx changelogithub
-        env:
-          GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}