Skip to content

Commit c1eb996

Browse files
committed
Add beta to Build Version
1 parent adb10c1 commit c1eb996

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
@@ -90,7 +90,7 @@ jobs:
9090
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9191

9292
- name: Build plugin
93-
run: ./gradlew buildPlugin -PpluginVersion=$RELEASE_VERSION-${{ github.run_number }}
93+
run: ./gradlew buildPlugin -PpluginVersion=$RELEASE_VERSION-beta-${{ github.run_number }}
9494

9595
- name: Prepare Plugin Artifact
9696
id: artifact

0 commit comments

Comments
 (0)