diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4a200d1..d2c19d6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -36,7 +36,7 @@ jobs: env: GH_TOKEN: ${{ secrets.PRQL_BOT_GH_TOKEN }} run: | - poetry run semantic-release --verbose version --skip-build + poetry run semantic-release --verbose version --skip-build --no-vcs-release poetry build - name: Upload dist