mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 17:57:53 +08:00
GitHub Actions: Update PluginVerifier to use Space Packages
This commit is contained in:
parent
9ec4bfdc76
commit
b0c73e84d0
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
id: get-version
|
||||
run: |
|
||||
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 | xpath -q -e 'metadata/versioning/latest/text()')"
|
||||
shell: bash
|
||||
- name: Setup Cache
|
||||
id: cache
|
||||
|
Loading…
x
Reference in New Issue
Block a user