Skip to content

Commit 3f4a7f4

Browse files
committed
(#202) Install @nut-tree/libnut@next during deploy job as well
1 parent 2077dad commit 3f4a7f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/snapshot_release.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
uses: actions/setup-node@v2
5151
with:
5252
node-version: 14
53+
- name: Install @nut-tree/libnut@next
54+
run: npm i @nut-tree/libnut@next
5355
- name: Publish snapshot release
5456
run: bash ./.build/pre-release.sh
5557
env:

0 commit comments

Comments
 (0)