We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc6e40 commit 722e223Copy full SHA for 722e223
.github/workflows/publish-workflow.yml
@@ -77,6 +77,15 @@ jobs:
77
POSTHOG_TOKEN_URL: ${{ secrets.POSTHOG_TOKEN_URL }}
78
run: ./gradlew buildPlugin --no-configuration-cache -PbuildProfile=${{ inputs.build-profile }} -PbuildSearchableOptions=true
79
80
+
81
+ - name: Export Version
82
+ id: exportversion
83
+ shell: bash
84
+ run: |
85
+ VERSION=$(cat version.properties |grep "version="|cut -d= -f2)
86
+ echo "version=${VERSION}" >> "$GITHUB_OUTPUT"
87
88
89
- name: Find posthog url
90
id: posthog
91
shell: bash
0 commit comments