We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb10c1 commit c1eb996Copy full SHA for c1eb996
.github/workflows/build.yml
@@ -90,7 +90,7 @@ jobs:
90
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
91
92
- name: Build plugin
93
- run: ./gradlew buildPlugin -PpluginVersion=$RELEASE_VERSION-${{ github.run_number }}
+ run: ./gradlew buildPlugin -PpluginVersion=$RELEASE_VERSION-beta-${{ github.run_number }}
94
95
- name: Prepare Plugin Artifact
96
id: artifact
0 commit comments