Skip to content

Commit f5c3dc8

Browse files
committed
Add tag for nightly
1 parent 18d9b19 commit f5c3dc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
- uses: actions/checkout@v4
150150
- uses: actions/download-artifact@v4
151151
- name: List downloaded files
152-
run: ls -lah * */*
152+
run: ls -lah rz-notebook-*/*
153153

154154
- name: Create Release
155155
if: startsWith(github.ref, 'refs/tags/') || contains(github.ref, 'test-release')
@@ -168,6 +168,7 @@ jobs:
168168
token: ${{ secrets.GITHUB_TOKEN }}
169169
name: Nightly
170170
draft: false
171+
tag_name: nightly
171172
prerelease: true
172173
files: |
173174
./rz-notebook-*/*

0 commit comments

Comments
 (0)