Skip to content

Commit 76a68aa

Browse files
committed
TODO DROP: Publish kdoc
1 parent 615e37e commit 76a68aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
- uses: actions/checkout@v4
106106

107107
- name: 'Set Gradle project version'
108-
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
108+
# if: ${{ startsWith(github.ref, 'refs/tags/v') }}
109109
shell: bash
110110
# run: echo "ORG_GRADLE_PROJECT_version=${GITHUB_REF_NAME#v}" >> $GITHUB_ENV
111111
run: echo "ORG_GRADLE_PROJECT_version=0.11.9" >> $GITHUB_ENV

0 commit comments

Comments
 (0)