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 b343a3c + 1072ecf commit f9378beCopy full SHA for f9378be
.github/workflows/build.yml
@@ -80,7 +80,7 @@ jobs:
80
81
# Build plugin
82
- name: Build plugin
83
- run: ./gradlew buildPlugin -PpluginVersion=0.3.0
+ run: ./gradlew buildPlugin -PpluginVersion=0.3.0-${{ github.run_number }}
84
85
# Prepare plugin archive content for creating artifact
86
- name: Prepare Plugin Artifact
0 commit comments