Sfoglia il codice sorgente

chore: add github workflows

陈文彬 4 anni fa
parent
commit
5b0a21ecb0
1 ha cambiato i file con 16 aggiunte e 0 eliminazioni
  1. 16 0
      .github/workflows/release-drafter.yml

+ 16 - 0
.github/workflows/release-drafter.yml

@@ -0,0 +1,16 @@
+name: Release Drafter
+
+on:
+  push:
+    branches:
+      - main
+
+jobs:
+  draft_release:
+    name: Draft release
+    runs-on: ubuntu-latest
+    steps:
+      - uses: release-drafter/release-drafter@v5.11.0
+        name: Draft
+        env:
+          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}