mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
fix: action name for autorelease (#5411)
This commit is contained in:
parent
6102380051
commit
c5355c08cf
2 changed files with 2 additions and 2 deletions
2
.github/workflows/autorelease-excalidraw.yml
vendored
2
.github/workflows/autorelease-excalidraw.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Auto release @excalidraw/excalidraw@next
|
name: Auto release excalidraw next
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
|
2
.github/workflows/autorelease-preview.yml
vendored
2
.github/workflows/autorelease-preview.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Auto release preview @excalidraw/excalidraw-preview
|
name: Auto release excalidraw preview
|
||||||
on:
|
on:
|
||||||
issue_comment:
|
issue_comment:
|
||||||
types: [created, edited]
|
types: [created, edited]
|
||||||
|
|
Loading…
Add table
Reference in a new issue