Compare commits

..

No commits in common. "0f01408fc4a08a26c990e85610cb0273e8d8c462" and "31118410a91de68862d910b6fbfbfd6ab47dae90" have entirely different histories.

View File

@ -66,6 +66,7 @@ jobs:
release:
runs-on: ubuntu-latest
needs: [lint, test]
if: startsWith(github.event.ref, 'refs/tags/v')
steps:
- uses: actions/checkout@v4
with: