Skip to content

Commit

Permalink
Add tag for nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Dec 12, 2024
1 parent 18d9b19 commit f5c3dc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
- name: List downloaded files
run: ls -lah * */*
run: ls -lah rz-notebook-*/*

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

0 comments on commit f5c3dc8

Please sign in to comment.