mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
build: release preview package when triggered via comment (#4750)
* build: autorelease preview on every commit during pull request * add github workflow * update readme * update docs * log changed files * remove depth * fetch pr head * remove console.log * log pr number * pull pr number * use pull request number in release version * dummy * dummy * dummy * fix * dummy * fix * Add comment and set output as version * dummy * fix * fix * set output through js toolkit * install * dummy * update * fix * fix * typo * update * condition * typo * testing * wrap conditions * echo * hope it works * test * test * yay test again * test updated * remove reaction * run if comment triggered * fix * fix * Update script after testing in fork * remove * update changelog * update readme * update * remove * append pr number then commit hash
This commit is contained in:
parent
7a61196462
commit
a60860867c
5 changed files with 104 additions and 5 deletions
1
.github/workflows/autorelease-excalidraw.yml
vendored
1
.github/workflows/autorelease-excalidraw.yml
vendored
|
@ -23,4 +23,5 @@ jobs:
|
|||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
- name: Auto release
|
||||
run: |
|
||||
yarn add @actions/core
|
||||
yarn autorelease
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue