Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dhonx committed May 27, 2020
1 parent f970ef8 commit 1da2f57
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Install dependencies
run: npm install

- name: NPM version
run: npm version ${{ env.RELEASE_VERSION }}
# - name: NPM version
# run: npm version --allow-same-version ${{ env.RELEASE_VERSION }}

- name: Create package
run: vsce package
Expand Down Expand Up @@ -83,8 +83,8 @@ jobs:
- name: Install dependencies
run: npm install

- name: NPM version
run: npm version ${{ env.RELEASE_VERSION }}
# - name: NPM version
# run: npm version --allow-same-version ${{ env.RELEASE_VERSION }}

- name: Create package
run: vsce package
Expand Down Expand Up @@ -131,8 +131,8 @@ jobs:
- name: Install dependencies
run: npm install

- name: NPM version
run: npm version ${{ env.RELEASE_VERSION }}
# - name: NPM version
# run: npm version --allow-same-version ${{ env.RELEASE_VERSION }}

- name: Create package
run: vsce package
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "V Language everywhere (syntax highlighting, themes, snippets) for Visual Studio Code.",
"publisher": "0x9ef",
"icon": "icons/icon.png",
"version": "0.1.2",
"version": "0.1.3",
"license": "SEE LICENSE IN LICENSE",
"private": true,
"engines": {
Expand Down

0 comments on commit 1da2f57

Please sign in to comment.