Skip to content

Commit e17fa4c

Browse files
committed
only tag name in version, without refs/tag
1 parent 53ff969 commit e17fa4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: gradle/gradle-build-action@v2
2121

2222
- name: Run release build with Gradle Wrapper
23-
run: ./gradlew build -Pplugin.version=${{ github.ref }} -Pelasticsearch.version=${{ matrix.es_version }}
23+
run: ./gradlew build -Pplugin.version=${{ github.ref_name }} -Pelasticsearch.version=${{ matrix.es_version }}
2424

2525
- name: Release
2626
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)