Skip to content

Commit

Permalink
Merge pull request #3 from somethingsoftware/fixes
Browse files Browse the repository at this point in the history
Fixes
  • Loading branch information
profilelag authored Oct 25, 2024
2 parents 6d3ac07 + b8880f7 commit dcaefed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
on:
workflow_dispatch: {}
push:
tags:
- "*"
branches:
- "master"

name: Deploy Extension
jobs:
Expand All @@ -17,4 +18,4 @@ jobs:
uses: HaaLeo/publish-vscode-extension@v1
with:
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
registryUrl: https://marketplace.visualstudio.com
registryUrl: https://marketplace.visualstudio.com
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "clang-format-2",
"displayName": "New-clang-format",
"description": "Use Clang-Format in Visual Studio Code",
"version": "1.9.3",
"version": "1.9.4",
"publisher": "Something-Software",
"engines": {
"vscode": "^1.15.0"
Expand Down Expand Up @@ -147,4 +147,4 @@
"url": "https://github.com/somethingsoftware/vscode-clang-format"
},
"license": "MIT"
}
}

0 comments on commit dcaefed

Please sign in to comment.