Skip to content

Commit 799a395

Browse files
committed
Update release.yml to pass version from GitHub release tag
1 parent 0b4836b commit 799a395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
CERTIFICATE_CHAIN: ${{ secrets.CERTIFICATE_CHAIN }}
5252
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
5353
PRIVATE_KEY_PASSWORD: ${{ secrets.PRIVATE_KEY_PASSWORD }}
54-
run: ./gradlew publishPlugin
54+
run: ./gradlew publishPlugin -Pversion=${{ github.event.release.tag_name }}
5555

5656
# Upload artifact as a release asset
5757
- name: Upload Release Asset

0 commit comments

Comments
 (0)