Skip to content

Commit

Permalink
upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpmohiburrahman committed Nov 12, 2023
1 parent a6d18e4 commit 0846e26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/publish-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,6 @@ jobs:
- name: Increment Patch Version
run: npm version patch --no-git-tag-version

# Commit and push the updated package.json
- name: Commit and Push Version Bump
run: |
git config user.name "MD. MOHIBUR RAHMAN"
git config user.email [email protected]
git commit -am "Auto Increment Version [skip ci]"
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# Publish to Visual Studio Marketplace
- name: Publish to Visual Studio Marketplace
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "NotionKeys for Markdown",
"description": "Notion like keybindings using '/' for formatting md and mdx",
"icon": "images/notionkeys-for-markdown-icon.png",
"version": "0.0.4",
"version": "0.0.5",
"engines": {
"vscode": "^1.84.0"
},
Expand Down

0 comments on commit 0846e26

Please sign in to comment.