Skip to content

Commit

Permalink
[CI] fix nightly tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunicorn committed Aug 19, 2024
1 parent 4b6452a commit 7480546
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,10 +305,6 @@ jobs:
- name: Tag for nightly release
run: |
echo "Tagging ${{ needs.tags.outputs.tag }}" > notes.md
echo "" >> notes.md
cat CHANGELOG.md >> notes.md
git commit -F notes.md
git tag nightly-${{ needs.tags.outputs.tag }}
git tag -f nightly-latest
git push -f origin main nightly-${{ needs.tags.outputs.tag }} nightly-latest
Expand Down

0 comments on commit 7480546

Please sign in to comment.