Skip to content

Commit a5de09b

Browse files
authored
make nightly version part of the Release worfklow (#29)
1 parent f801e97 commit a5de09b

File tree

2 files changed

+8
-41
lines changed

2 files changed

+8
-41
lines changed

.github/workflows/Nightly.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

.github/workflows/Release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,11 @@ jobs:
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
39+
40+
- name: Publish Nightly version to NPM
41+
run: yarn ci:release:nightly
42+
env:
43+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44+
45+
46+

0 commit comments

Comments
 (0)