Skip to content

Commit

Permalink
Don't use git filter, which doesn't work on files
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Jun 4, 2024
1 parent 4f1c3e9 commit 772d2db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-process_tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,13 @@ jobs:
repository: Ultimaker/Cura
ref: 255.123.42
token: ${{ secrets.CURA_AUTORELEASE_PAT }}
filter: resources/texts/change_log.txt

- name: Checkout Cura-workflows repo
uses: actions/checkout@v4
with:
repository: Ultimaker/Cura-workflows
path: Cura-workflows
ref: CURA-10769_automate_release_action
filter: runner_scripts/extract_changelog.py

- name: Extract changelog
run: python ./Cura-workflows/runner_scripts/extract_changelog.py --version 5.7.1 --changelog ./resources/texts/change_log.txt > formatted_changelog.txt
Expand Down

0 comments on commit 772d2db

Please sign in to comment.