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.
2 parents 468e10a + c1eb996 commit 0a49f29Copy full SHA for 0a49f29
.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