build: use next and preview tags instead of separate packages for next and preview release (#5346)
* build: use next and preview tags instead of separate packages for next and preview release * add tag * dummy diff * revert dummy tweak * don't use readme_next * add note for latest release readme * Add warning emoji for note * move note to top * remove readme next * fix * dummy change for release * remove double note * Revert "dummy change for release" This reverts commit d3655cdee4c472d54bcfb80f2f6846ffb00f40f7.
This commit is contained in:
4
.github/workflows/autorelease-excalidraw.yml
vendored
4
.github/workflows/autorelease-excalidraw.yml
vendored
@ -1,11 +1,11 @@
|
||||
name: Auto release @excalidraw/excalidraw-next
|
||||
name: Auto release @excalidraw/excalidraw@next
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
Auto-release-excalidraw-next:
|
||||
Auto-release-excalidraw@next:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
Reference in New Issue
Block a user