Skip to content

Commit 45390f1

Browse files
committed
CI: update CI
1 parent c8dfd9e commit 45390f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
- name: Publish to marketplace
3131
uses: lannonbr/vsce-action@master
3232
with:
33-
args: "publish -p $VSCE_TOKEN"
33+
args: "publish -p $PUBLISH_TOKEN"
3434
env:
35-
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
35+
PUBLISH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}

0 commit comments

Comments
 (0)