We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa7ed67 commit e4cc090Copy full SHA for e4cc090
.github/workflows/deploy-RELEASE.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: actions/checkout@v4
23
- run: npm ci
24
- - uses: lannonbr/vsce-action@08c559e5b8d51bf7c1e4ae83744a561b8c5870c8
+ - uses: lannonbr/vsce-action@510e61c5e9e6f33c0418ec5ff5fd36b1ced61e85
25
with:
26
args: "publish -p $VSCE_TOKEN"
27
env:
0 commit comments