Skip to content

Commit 34b8687

Browse files
committed
Refine
1 parent 420f45f commit 34b8687

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,14 @@ jobs:
3737
run: |
3838
tar --zstd -cvf WEB_FEATURES_MANIFEST.json.zst WEB_FEATURES_MANIFEST.json
3939
40+
- name: Debug
41+
run: ls -lah
42+
4043
- name: Create release
4144
env:
4245
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4346
run: |
4447
gh release create \
4548
--repo="$GITHUB_REPOSITORY" \
49+
--title="WEB_FEATURES $GITHUB_REF" \
4650
WEB_FEATURES_MANIFEST.json.*

0 commit comments

Comments
 (0)