Skip to content

Commit

Permalink
chore: Preparing to deploy language server
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorklauritzen committed Aug 9, 2024
1 parent 565d491 commit 5933bd0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/lspDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ jobs:
working-directory: ./integration/schema-language-server/clients/vscode
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}

# - name: Publish Intellij plugin
# run: gradle publishPlugin
# working-directory: ./integration/schema-language-server/clients/intellij

# - name: Publish IntelliJ plugin
# run: |
# gradle buildPlugin
# curl -i --header "Authorization: Bearer perm:$INTELLIJ_PLUGIN_PERM" -F pluginId=$PLUGIN_ID -F file=@./build/distributions/vespa-1.0-SNAPSHOT.zip https://plugins.jetbrains.com/plugin/uploadPlugin
# wokring-directory: ./integration/schema-language-server/clients/intellij
# env:
# CERTIFICATE_CHAIN: ${{ secrets.INTELLIJ_CERTIFICATE_CHAIN }}
# PRIVATE_KEY: ${{ secrets.INTELLIJ_PRIVATE_KEY }}
# PRIVATE_KEY_PASSWORD: ${{ secrets.INTELLIJ_PRIVATE_KEY_PASSWORD }}
# PUBLISH_TOKEN: ${{ secrets.INTELLIJ_PUBLISH_TOKEN }}
# INTELLIJ_PLUGIN_PERM: ${{ secrets.INTELLIJ_PLUGIN_PERM }}
# PLUGIN_ID: 18074

- name: Create PR to bump version
uses: peter-evans/create-pull-request@v6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "ai.vespa.schemals"
version = "1.0-SNAPSHOT"
version = "2.0.0"

repositories {
mavenCentral()
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Vespa Language Support",
"description": "Support for Vespa schema files.",
"author": "Vespa",
"publisher": "Vespa",
"publisher": "vespaai",
"version": "0.0.0",
"engines": {
"vscode": "^1.72.0"
Expand Down

0 comments on commit 5933bd0

Please sign in to comment.