Skip to content

Commit 4bbc5f0

Browse files
authored
ci: update test workflow
1 parent 620d021 commit 4bbc5f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/useHithubToken.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
on: workflow_dispatch
1+
name: "Create Draft Release"
22

3-
name: Create Draft Release
3+
on: workflow_dispatch
44

55
jobs:
66
build:
@@ -15,8 +15,8 @@ jobs:
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
1717
with:
18-
tag_name: "test-realease""
19-
release_name: Test Release
18+
tag_name: "test-realease"
19+
release_name: "Test Release"
2020
body: |
2121
Changes in this Release
2222
- First Change

0 commit comments

Comments
 (0)