We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457670e commit 3b1d9edCopy full SHA for 3b1d9ed
.github/workflows/publish_web-features.yml
@@ -34,7 +34,7 @@ jobs:
34
- run: npm ci
35
- run: npm run build
36
- run: npm run build:extended
37
- - run: gh release upload "$GITHUB_REF_NAME" packages/web-features/data.json schemas/data.schema.json data.extended.json
+ - run: gh release upload ${{ github.ref_name }} packages/web-features/data.json schemas/data.schema.json data.extended.json
38
env:
39
GH_TOKEN: ${{ github.token }}
40
publish:
0 commit comments