소스 검색

fix: action name for autorelease (#5411)

Aakansha Doshi 3 년 전
부모
커밋
c5355c08cf
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      .github/workflows/autorelease-excalidraw.yml
  2. 1 1
      .github/workflows/autorelease-preview.yml

+ 1 - 1
.github/workflows/autorelease-excalidraw.yml

@@ -1,4 +1,4 @@
-name: Auto release @excalidraw/excalidraw@next
+name: Auto release excalidraw next
 on:
   push:
     branches:

+ 1 - 1
.github/workflows/autorelease-preview.yml

@@ -1,4 +1,4 @@
-name: Auto release preview @excalidraw/excalidraw-preview
+name: Auto release excalidraw preview
 on:
   issue_comment:
     types: [created, edited]