Skip to content

Commit 4351a0e

Browse files
authored
Merge pull request #2209 from digma-ai/fix-find-posthog-url
fix find posthog url
2 parents dcc6e40 + 722e223 commit 4351a0e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/publish-workflow.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,15 @@ jobs:
7777
POSTHOG_TOKEN_URL: ${{ secrets.POSTHOG_TOKEN_URL }}
7878
run: ./gradlew buildPlugin --no-configuration-cache -PbuildProfile=${{ inputs.build-profile }} -PbuildSearchableOptions=true
7979

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+
8089
- name: Find posthog url
8190
id: posthog
8291
shell: bash

0 commit comments

Comments
 (0)