Skip to content

Commit 3b1d9ed

Browse files
committed
Use context prop to show the tag name
1 parent 457670e commit 3b1d9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_web-features.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- run: npm ci
3535
- run: npm run build
3636
- 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
37+
- run: gh release upload ${{ github.ref_name }} packages/web-features/data.json schemas/data.schema.json data.extended.json
3838
env:
3939
GH_TOKEN: ${{ github.token }}
4040
publish:

0 commit comments

Comments
 (0)