File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8686 - name : Publish to VS Code Marketplace
8787 run : | # TODO: Actually publish to the marketplace. For now, only verify that the personal access token will work
8888 npx vsce verify-pat --pat ${{ secrets.MARKETPLACE_PAT }}
89- echo npx vsce publish --packagePath /tmp/*.vsix --pat ${{ secrets.MARKETPLACE_PAT }} --githubBranch master
89+ echo npx vsce publish --packagePath /tmp/*.vsix --pat ${{ secrets.MARKETPLACE_PAT }} --githubBranch master --allow-all-proposed-apis
9090
9191 publish-to-open-vsx :
9292 runs-on : ubuntu-latest
@@ -136,7 +136,7 @@ jobs:
136136
137137 - name : Get Source Branch
138138 id : source-branch
139- run : echo "BUMP_BRANCH=$(git name-rev --name-only --exclude=tags/* HEAD)" >> $GITHUB_ENV
139+ run : echo "BUMP_BRANCH=$(git symbolic-ref --short HEAD || echo 'master' )" >> $GITHUB_ENV
140140
141141 - name : Setup Babashka
142142 uses :
DeLaGuardo/[email protected]
You can’t perform that action at this time.
0 commit comments