There was an error while loading. Please reload this page.
1 parent 4f10191 commit 3265a5cCopy full SHA for 3265a5c
1 file changed
.github/workflows/release.yml
@@ -35,6 +35,7 @@ jobs:
35
ranges
36
static
37
!opt
38
+ !translate
39
40
# The release PR was merged: tag the squash commit, cut a GitHub release
41
# from the PR body, and dispatch the publish workflow. The `release/v`
@@ -67,6 +68,7 @@ jobs:
67
68
69
70
71
72
73
# The chained dispatch from `release` lands here as a `workflow_dispatch`
74
# event on a `vX.Y.Z` tag ref. The `pack` job installs deps, runs
@@ -96,6 +98,7 @@ jobs:
96
98
97
99
100
101
102
103
# `publish` downloads the prebuilt tarball from the pack job's
104
# artifact and stages it for publish.
0 commit comments