Skip to content

Commit c4186e0

Browse files
committed
update GitHub workflow
1 parent 847b7a7 commit c4186e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
env:
2323
CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.GITHUB_TOKEN}}
2424
- run: yarn run build
25-
- run: cd build/icons-carbon && npx vsce publish -p ${{secrets.VSCE_TOKEN}}
25+
- run: cd build/icons-carbon-tweaked && npx vsce publish -p ${{secrets.VSCE_TOKEN}}
2626
env:
2727
VSCE_TOKEN: ${{secrets.VSCE_TOKEN}}
2828
# - run: cd build/icons-carbon && npx ovsx publish -p ${{secrets.OVSX_TOKEN}}

0 commit comments

Comments
 (0)