Skip to content

Commit

Permalink
2.5.2 - Actually release
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirse committed Aug 13, 2023
1 parent 279f5cd commit 325c6f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
with:
diff-search: true
- if: steps.check.outputs.changed == 'true'
run: yarn run publish --pre-release
run: yarn run publish
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
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": "Ungit",
"description": "Ungit in Visual Studio Code.",
"icon": "images/logo.png",
"version": "2.5.1",
"version": "2.5.2",
"publisher": "Hirse",
"galleryBanner": {
"color": "#252833",
Expand Down

0 comments on commit 325c6f4

Please sign in to comment.