Skip to content

Commit

Permalink
Refactor release workflow and remove version action
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez committed Sep 30, 2024
1 parent f85bd69 commit 7801148
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Get version from tag
id: get_version
uses: jannemattila/get-version-from-tag@v3

- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -51,16 +47,11 @@ jobs:
The standalone version of the language server is available as a [PyPI package](https://pypi.org/project/galaxy-language-server/).
The Galaxy Tools Extension is available at [Open VSX Registry](https://open-vsx.org/extension/davelopez/galaxy-tools) and [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=davelopez.galaxy-tools).
You can also install the extension manually by downloading the VSIX package included in this release and using:
```
code --install-extension galaxy-tools-${{ steps.get_version.outputs.version }}.vsix
```
draft: true
prerelease: false
generate_release_notes: true
files: ${{ steps.packageExtension.outputs.vsixPath }}
outputs:
release_version: ${{ steps.get_version.outputs.version }}
release_upload_url: ${{ steps.create_release.outputs.upload_url }}
vsixPath: ${{ steps.packageExtension.outputs.vsixPath }}

Expand Down

0 comments on commit 7801148

Please sign in to comment.