Skip to content

Commit

Permalink
Final changes to nightly workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 committed Jun 29, 2023
1 parent 565c998 commit 3bc83dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "nightly"
title: "Nightly ${{ inputs.version }}"
automatic_release_tag: "nightly-v${{ inputs.version }}"
title: "Nightly v${{ inputs.version }}"
prerelease: true
files: '*.tgz'

0 comments on commit 3bc83dd

Please sign in to comment.