Skip to content

Commit

Permalink
version 0.3.0
Browse files Browse the repository at this point in the history
- added support for commenting/uncommenting properly inside template definitions by using default vscode keyboard shorcut
  • Loading branch information
uguraslan authored Sep 18, 2023
1 parent f4e8112 commit cc1a529
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,6 @@ jobs:
jq -r '.[0].title + "\n\n" + .[0].body' | base64)
echo "PR_MERGE_MSG_BASE64=$merge_msg" >> $GITHUB_ENV
- name: Install GitHub CLI
run: |
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0
sudo apt-add-repository https://cli.github.com/packages
sudo apt update
sudo apt install gh
- name: Create GitHub Release and Upload VSIX
run: |
gh auth login --with-token <<< "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit cc1a529

Please sign in to comment.