diff --git a/.github/workflows/deleteme.yml b/.github/workflows/deleteme.yml index 4fd8d8f6..92d17869 100644 --- a/.github/workflows/deleteme.yml +++ b/.github/workflows/deleteme.yml @@ -21,7 +21,6 @@ jobs: - name: Python Semantic Release uses: python-semantic-release/python-semantic-release@master with: - changelog: "false" - vcs-release: "true" + root_options: "--noop" github_token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file