Skip to content

Commit

Permalink
- Updated package name to avoid conflict with previous package.
Browse files Browse the repository at this point in the history
  • Loading branch information
cabal95 committed Jan 12, 2024
1 parent 620a37a commit c9e2ecb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
- name: Package extension
uses: lannonbr/vsce-action@master
with:
args: "package -o language-lava-${{ github.event.release.tag_name }}.vsix"
args: "package -o language-rockrms-lava-${{ github.event.release.tag_name }}.vsix"
- name: Github Release
uses: softprops/action-gh-release@v1
with:
files: language-lava-${{ github.event.release.tag_name }}.vsix
files: language-rockrms-lava-${{ github.event.release.tag_name }}.vsix
draft: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<h1 align="center">
<br>
<a href="https://marketplace.visualstudio.com/items?itemName=TriumphTech.language-lava"><img src="https://raw.githubusercontent.com/Triumph-Tech/vscode-lava-syntax/master/images/hub-banner.png" alt="Lava for VSCode"></a>
<a href="https://marketplace.visualstudio.com/items?itemName=TriumphTech.language-rockrms-lava"><img src="https://raw.githubusercontent.com/Triumph-Tech/vscode-lava-syntax/master/images/hub-banner.png" alt="Lava for VSCode"></a>
</h1>


<p align="center">
<a href="https://marketplace.visualstudio.com/items?itemName=TriumphTech.language-lava">
<a href="https://marketplace.visualstudio.com/items?itemName=TriumphTech.language-rockrms-lava">
<img alt="Install" src="https://img.shields.io/badge/vscode-install-blue.svg?style=popout-square"></a>
<a href="https://marketplace.visualstudio.com/items?itemName=TriumphTech.language-lava">
<img alt="Visual Studio Marketplace Installs" src="https://img.shields.io/visual-studio-marketplace/d/TriumphTech.language-lava?style=flat-square"></a>
<a href="https://marketplace.visualstudio.com/items?itemName=TriumphTech.language-lava">
<img alt="Visual Studio Marketplace Rating" src="https://img.shields.io/visual-studio-marketplace/r/TriumphTech.language-lava?style=flat-square">
<a href="https://marketplace.visualstudio.com/items?itemName=TriumphTech.language-rockrms-lava">
<img alt="Visual Studio Marketplace Installs" src="https://img.shields.io/visual-studio-marketplace/d/TriumphTech.language-rockrms-lava?style=flat-square"></a>
<a href="https://marketplace.visualstudio.com/items?itemName=TriumphTech.language-rockrms-lava">
<img alt="Visual Studio Marketplace Rating" src="https://img.shields.io/visual-studio-marketplace/r/TriumphTech.language-rockrms-lava?style=flat-square">
</a>
</p>

Expand Down
4 changes: 2 additions & 2 deletions 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
@@ -1,5 +1,5 @@
{
"name": "language-lava",
"name": "language-rockrms-lava",
"displayName": "Lava",
"description": "Rock RMS Lava language support for Visual Studio Code.",
"license": "MIT",
Expand Down

0 comments on commit c9e2ecb

Please sign in to comment.