Skip to content

Commit fb13a1f

Browse files
committed
ci: publishing
1 parent 63cc566 commit fb13a1f

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
@@ -50,6 +50,6 @@ jobs:
5050
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
5151
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
5252
run: |
53-
VERSION=${{ github.event.release.tag_name }}
53+
VERSION=${{ github.ref_name }}
5454
./gradlew publish -Psigning.gnupg.keyName=pub@iseki.space -Pversion=${VERSION:1}
5555

0 commit comments

Comments
 (0)