Skip to content

Commit 657b9c3

Browse files
authored
Fix the trigger-translations job in the post-release workflow (#5217)
1 parent 2c97705 commit 657b9c3

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ jobs:
100100
needs: get-last-released-version
101101
runs-on: ubuntu-20.04
102102
steps:
103+
- name: "Checkout repository (trunk)"
104+
uses: actions/checkout@v3
105+
with:
106+
ref: 'trunk'
107+
103108
- name: "Trigger translations update on GlotPress"
104109
uses: ./.github/actions/trigger-translations
105110
with:
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: fix
3+
4+
Fix translations job from the post-release workflow

0 commit comments

Comments
 (0)