We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 420f45f commit 34b8687Copy full SHA for 34b8687
.github/workflows/create-release-for-web-features-manifest.yml
@@ -37,10 +37,14 @@ jobs:
37
run: |
38
tar --zstd -cvf WEB_FEATURES_MANIFEST.json.zst WEB_FEATURES_MANIFEST.json
39
40
+ - name: Debug
41
+ run: ls -lah
42
+
43
- name: Create release
44
env:
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
47
gh release create \
48
--repo="$GITHUB_REPOSITORY" \
49
+ --title="WEB_FEATURES $GITHUB_REF" \
50
WEB_FEATURES_MANIFEST.json.*
0 commit comments