We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2077dad commit 3f4a7f4Copy full SHA for 3f4a7f4
.github/workflows/snapshot_release.yaml
@@ -50,6 +50,8 @@ jobs:
50
uses: actions/setup-node@v2
51
with:
52
node-version: 14
53
+ - name: Install @nut-tree/libnut@next
54
+ run: npm i @nut-tree/libnut@next
55
- name: Publish snapshot release
56
run: bash ./.build/pre-release.sh
57
env:
0 commit comments