We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d4afe7 + 6092654 commit 0edd37bCopy full SHA for 0edd37b
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Extract release version
22
id: release_version
23
run: |
24
- VERSION=$(grep "^VERSION=" gradle.properties | cut -d'=' -f2 | xargs)
+ VERSION=$(grep "^version=" gradle.properties | cut -d'=' -f2 | xargs)
25
echo "version=$VERSION" >> $GITHUB_OUTPUT
26
27
- name: Validate tag matches release version
@@ -105,7 +105,6 @@ jobs:
105
export IJ_PLUGIN_VERSION="${{ needs.release_version.outputs.version }}"
106
echo "IJ_PLUGIN_VERSION=$IJ_PLUGIN_VERSION" >> $GITHUB_ENV
107
108
- ./gradlew idea-plugin:patchPluginXml
109
./gradlew idea-plugin:publishPlugin
110
env:
111
- JETBRAINS_TOKEN: ${{ secrets.JETBRAINS_PLUGIN_TOKEN }}
+ JETBRAINS_TOKEN: ${{ secrets.JETBRAINS_MARKETPLACE_SQUARE_PLUGINS }}
0 commit comments