Skip to content

Commit a20b857

Browse files
committed
fix the release workflow's name
1 parent a4dd617 commit a20b857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on:
22
push:
33
tags: ["*"]
44
jobs:
5-
build:
5+
release:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Clone Repository

0 commit comments

Comments
 (0)