Skip to content

Commit

Permalink
Remove prerelease in releases, not much benefit
Browse files Browse the repository at this point in the history
  • Loading branch information
VariantXYZ committed Aug 12, 2023
1 parent 635c96d commit e06753c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ jobs:
git push
ghr -t ${{ secrets.GITHUB_TOKEN }} -u $GITHUB_REPOSITORY_OWNER -r medarot3 -prerelease -delete $TAG_NAME+nightly.`date +%Y%m%d` ./patch/
ghr -t ${{ secrets.GITHUB_TOKEN }} -u $GITHUB_REPOSITORY_OWNER -r medarot3 -delete $TAG_NAME+nightly.`date +%Y%m%d` ./patch/

0 comments on commit e06753c

Please sign in to comment.