Skip to content

Commit 72ccafb

Browse files
author
zihluwang
committed
docs: optimised ci comments
1 parent 9678788 commit 72ccafb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/github-packages-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ jobs:
6161
run: chmod +x ./gradlew
6262

6363
- name: Build with Gradle
64-
run: ./gradlew build -PartefactVersion=${{ github.event.release.tag_name }} # Overwrite artefactVersion
64+
# Overwrite artefactVersion with tag name
65+
run: ./gradlew build -PartefactVersion=${{ github.event.release.tag_name }}
6566

6667
- name: Publish to Maven Central
6768
run: ./gradlew publish

0 commit comments

Comments
 (0)