File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 88jobs :
99 release :
1010 runs-on : ubuntu-latest
11- if : " !contains(github.event.head_commit.message, '[skip ci]')"
11+ if : ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
1212
1313 permissions :
1414 contents : write
3131 git config user.email "github-actions[bot]@users.noreply.github.com"
3232
3333 - name : Bump version
34- run : npm version patch -m "chore: release v%s [skip ci]"
34+ run : |
35+ npm version patch -m "chore: release v%s [skip ci]"
3536
3637 - name : Push version bump and tag
3738 run : git push origin main --follow-tags
4344 run : vsce package
4445
4546 - name : Publish to marketplace
46- run : vsce publish -p $PERSONAL_ACCESS_TOKEN
47+ run : vsce publish -p " $PERSONAL_ACCESS_TOKEN"
4748 env :
4849 PERSONAL_ACCESS_TOKEN : ${{ secrets.VSCE_PAT }}
You can’t perform that action at this time.
0 commit comments