We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8dfd9e commit 45390f1Copy full SHA for 45390f1
.github/workflows/publish.yml
@@ -30,6 +30,6 @@ jobs:
30
- name: Publish to marketplace
31
uses: lannonbr/vsce-action@master
32
with:
33
- args: "publish -p $VSCE_TOKEN"
+ args: "publish -p $PUBLISH_TOKEN"
34
env:
35
- VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
+ PUBLISH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
0 commit comments