Skip to content

Commit f4d291c

Browse files
authored
Fix upload of data.extended.json artifact for @next releases (#3520)
1 parent 860e460 commit f4d291c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish_next_web-features.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,6 @@ jobs:
105105
TAG: ${{ env.dist_tag }}
106106
NOTES: This is a continuously-updated prerelease generated from `main` (currently at ${{ steps.timestamp_and_hash.outputs.SHORT_HASH }}).
107107
ARTIFACTS: >
108-
schemas/data.schema.json
109108
${{ env.package_dir }}/data.json
109+
data.extended.json
110+
schemas/data.schema.json

0 commit comments

Comments
 (0)