Skip to content

Commit 3e163ed

Browse files
committed
fix: added back workflow names
1 parent 1678343 commit 3e163ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
# .github/workflows/release.yml
1+
name: Release Caly-Xano CLI
2+
23
on:
34
push:
45
branches:
56
- main
67

78
jobs:
89
release:
10+
name: Release CLI
911
runs-on: ubuntu-latest
1012
steps:
1113
- name: Checkout repo

0 commit comments

Comments
 (0)