Skip to content

Commit 9e4bc8a

Browse files
authored
Trigger translations after the GitHub release is created in post-release workflow (#5522)
1 parent a9d2b7d commit 9e4bc8a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/post-release-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
9898
trigger-translations:
9999
name: "Trigger translations update for the release"
100-
needs: get-last-released-version
100+
needs: [get-last-released-version, create-gh-release]
101101
runs-on: ubuntu-20.04
102102
steps:
103103
- name: "Checkout repository (trunk)"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Significance: patch
2+
Type: dev
3+
Comment: Minor fix for post release workflow regarding translations
4+
5+

0 commit comments

Comments
 (0)