Skip to content

Commit

Permalink
Add translations update to prepare release workflow
Browse files Browse the repository at this point in the history
Now also new translations are added as a separate commit to release pull
request.
  • Loading branch information
m-blaha committed Nov 10, 2023
1 parent af3a896 commit 1f6dc75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,16 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Update translations from weblate
uses: ./.github/actions/weblate-pull-translations

- name: Prepare release content
uses: inknos/[email protected]
with:
version: ${{ inputs.version }}
specfiles: dnf5.spec

- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with:
Expand Down

0 comments on commit 1f6dc75

Please sign in to comment.