Skip to content

Commit

Permalink
Fix nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhichang committed Dec 25, 2023
1 parent 81e6bbb commit 6614ba8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
- name: Create or overwrite a releae
# https://github.com/actions/upload-release-asset has been replaced by https://github.com/softprops/action-gh-release
uses: softprops/action-gh-release@v1
with:
env:
token: ${{ secrets.MY_GITHUB_TOKEN }} # Use the secret as an environment variable
with:
prerelease: true
tag_name: nightly
files: |
Expand Down

0 comments on commit 6614ba8

Please sign in to comment.