We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 847b7a7 commit c4186e0Copy full SHA for c4186e0
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
env:
23
CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{secrets.GITHUB_TOKEN}}
24
- run: yarn run build
25
- - run: cd build/icons-carbon && npx vsce publish -p ${{secrets.VSCE_TOKEN}}
+ - run: cd build/icons-carbon-tweaked && npx vsce publish -p ${{secrets.VSCE_TOKEN}}
26
27
VSCE_TOKEN: ${{secrets.VSCE_TOKEN}}
28
# - run: cd build/icons-carbon && npx ovsx publish -p ${{secrets.OVSX_TOKEN}}
0 commit comments