Skip to content

Commit

Permalink
test: updating tests to pass only needed command
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlosjr97 committed Feb 20, 2024
1 parent fe35156 commit 7b3c9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 7b3c9b4

Please sign in to comment.