Skip to content

Commit 80113df

Browse files
committed
Iterate
1 parent 34b8687 commit 80113df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/create-release-for-web-features-manifest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646
run: |
4747
gh release create \
48+
web-features-manifest-for-$GITHUB_REF \
4849
--repo="$GITHUB_REPOSITORY" \
49-
--title="WEB_FEATURES $GITHUB_REF" \
50+
--title="WEB_FEATURES_MANIFEST for $GITHUB_REF" \
5051
WEB_FEATURES_MANIFEST.json.*

0 commit comments

Comments
 (0)