diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 45070ba..3b88b1a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -77,7 +77,7 @@ jobs: - name: Running release-it using GitHub Action uses: ./ with: - command: "--ci --dry-run" + command: "--dry-run" git_email: ${{ vars.GIT_EMAIL }} git_username: ${{ vars.GIT_USERNAME }} github_token: ${{ secrets.PROJECT_GITHUB_TOKEN }}