Skip to content

Commit

Permalink
fix(changelog): Removed dryrun flag
Browse files Browse the repository at this point in the history
  • Loading branch information
henrykie committed Sep 12, 2024
1 parent 11c2f91 commit db8b273
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Create Pull Request
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

run: |
git config user.name "Cloud Game Development Toolkit Bot"
git config user.email 176329154+cloud-game-development-toolkit-bot@users.noreply.github.com
Expand All @@ -35,4 +36,4 @@ jobs:
git commit -m "Update Changelog"
git push origin changelog-update-${{ github.run_id }}
gh version
gh pr create --title "chore: update changelog" --body "This is an auto-generated PR to update the changelog." --base main --head changelog-update-${{ github.run_id }} --dry-run
gh pr create --title "chore: update changelog" --body "This is an auto-generated PR to update the changelog." --base main --head changelog-update-${{ github.run_id }}

0 comments on commit db8b273

Please sign in to comment.