mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
GitHub Actions: Update PluginVerifier to use Space Packages
This commit is contained in:
parent
b0c73e84d0
commit
58e5dc9f90
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
@ -16,8 +16,9 @@ jobs:
|
||||
- name: Get Plugin Verifier Version
|
||||
id: get-version
|
||||
run: |
|
||||
sudo apt-get install libxml2-utils
|
||||
URL="https://packages.jetbrains.team/maven/p/intellij-plugin-verifier/intellij-plugin-verifier/org/jetbrains/intellij/plugins/verifier-cli/maven-metadata.xml"
|
||||
echo "::set-output name=version::$(curl -Ss $URL -L | xpath -q -e 'metadata/versioning/latest/text()')"
|
||||
echo "::set-output name=version::$(curl -Ss $URL -L | xmllint --xpath 'metadata/versioning/latest/text()' -)"
|
||||
shell: bash
|
||||
- name: Setup Cache
|
||||
id: cache
|
||||
|
Loading…
x
Reference in New Issue
Block a user