Skip to content

Commit 3265a5c

Browse files
committed
ci: add !translate to release.yml
Signed-off-by: Tierney Cyren <hello@bnb.im>
1 parent 4f10191 commit 3265a5c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
ranges
3636
static
3737
!opt
38+
!translate
3839
3940
# The release PR was merged: tag the squash commit, cut a GitHub release
4041
# from the PR body, and dispatch the publish workflow. The `release/v`
@@ -67,6 +68,7 @@ jobs:
6768
ranges
6869
static
6970
!opt
71+
!translate
7072
7173
# The chained dispatch from `release` lands here as a `workflow_dispatch`
7274
# event on a `vX.Y.Z` tag ref. The `pack` job installs deps, runs
@@ -96,6 +98,7 @@ jobs:
9698
ranges
9799
static
98100
!opt
101+
!translate
99102
100103
# `publish` downloads the prebuilt tarball from the pack job's
101104
# artifact and stages it for publish.

0 commit comments

Comments
 (0)