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 1a01b2b commit 16001d7Copy full SHA for 16001d7
.github/workflows/publish.yml
@@ -26,6 +26,7 @@ jobs:
26
fi
27
env:
28
pre_release: ${{ github.event.release.prerelease }}
29
+ VSCE_PAT: ${{ secrets.VS_MARKETPLACE_TOKEN }}
30
31
# Commit the new version to the repository default branch and update the tag
32
# This removes the signing of the commit, tag and release since it's
0 commit comments