Skip to content

Commit

Permalink
[skip ci] don't verify, we are starting fresh for nightly, too
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunicorn committed Feb 5, 2025
1 parent 4742da7 commit fee8193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
GH_TOKEN: ${{ github.token }}
run: |
gh release create nightly-${{ needs.tags.outputs.tag }} \
--verify-tag --prerelease --draft \
--prerelease --draft \
--title "Nightly ${{ needs.tags.outputs.tag }}"
build:
Expand Down

0 comments on commit fee8193

Please sign in to comment.