Skip to content

Commit

Permalink
Merge branch 'release/1.12.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhioromano committed Sep 18, 2022
2 parents 05f46e3 + 8ed4493 commit 2c8b550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
run: |
npm -v
npm ci
npm install -g vsce ovsx
npm install semver
npm install -g vsce ovsx semver
- run: vsce publish -p ${{ secrets.VSCE_TOKEN }}
- name: Generate Package and Create Release
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-st",
"displayName": "Structured Text language Support",
"description": "Supports for syntax highlights, snippets for IEC 61131-3 Structured Text",
"version": "1.12.8",
"version": "1.12.9",
"publisher": "Serhioromano",
"sponsor": {
"url": "https://www.paypal.com/donate/?hosted_button_id=UTU4EMPLLLX54"
Expand Down

0 comments on commit 2c8b550

Please sign in to comment.