Skip to content

Commit 4f10191

Browse files
committed
chore: remove opt since it's not been published
Signed-off-by: Tierney Cyren <hello@bnb.im>
1 parent 8dfc236 commit 4f10191

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
fetchindex
3232
newest
3333
oldest
34-
opt
3534
parsefiles
3635
ranges
3736
static
38-
37+
!opt
38+
3939
# The release PR was merged: tag the squash commit, cut a GitHub release
4040
# from the PR body, and dispatch the publish workflow. The `release/v`
4141
# head-ref guard keeps regular feature-PR merges from triggering this;
@@ -63,10 +63,10 @@ jobs:
6363
fetchindex
6464
newest
6565
oldest
66-
opt
6766
parsefiles
6867
ranges
6968
static
69+
!opt
7070
7171
# The chained dispatch from `release` lands here as a `workflow_dispatch`
7272
# event on a `vX.Y.Z` tag ref. The `pack` job installs deps, runs
@@ -92,10 +92,10 @@ jobs:
9292
fetchindex
9393
newest
9494
oldest
95-
opt
9695
parsefiles
9796
ranges
9897
static
98+
!opt
9999
100100
# `publish` downloads the prebuilt tarball from the pack job's
101101
# artifact and stages it for publish.

0 commit comments

Comments
 (0)