Skip to content

Commit d09e7a5

Browse files
committed
fixup! refactor: delete old release-github workflows
1 parent 1e2bb21 commit d09e7a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Create draft release
1+
name: Draft release
22

33
on:
44
workflow_dispatch:
@@ -14,7 +14,7 @@ concurrency:
1414
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
1515

1616
jobs:
17-
build:
17+
draft:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)