Skip to content

Commit

Permalink
fix: remove start_tag since none exists
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed Mar 2, 2024
1 parent fd5521d commit 69d4781
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,10 @@ jobs:

- name: Create prerelease
run: |
start_tag=$(gh release list -L 2 --exclude-drafts | grep -v nightly | cut -d$'\t' -f3 | sed -n '1p')
gh release create nightly --prerelease --target master \
--title 'Nightly build ("master" branch)' \
--generate-notes \
--draft=false \
--notes-start-tag $start_tag \
*-archive/*.tar.gz \
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
Expand Down

0 comments on commit 69d4781

Please sign in to comment.