Skip to content

Commit

Permalink
Trigger translations after the GitHub release is created in post-rele…
Browse files Browse the repository at this point in the history
…ase workflow (#5522)
  • Loading branch information
jbordonado authored Feb 7, 2023
1 parent a9d2b7d commit 9e4bc8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-release-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
trigger-translations:
name: "Trigger translations update for the release"
needs: get-last-released-version
needs: [get-last-released-version, create-gh-release]
runs-on: ubuntu-20.04
steps:
- name: "Checkout repository (trunk)"
Expand Down
5 changes: 5 additions & 0 deletions changelog/fix-5398-trigger-translations
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: dev
Comment: Minor fix for post release workflow regarding translations


0 comments on commit 9e4bc8a

Please sign in to comment.