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 d7e22b7 commit 1072ecfCopy full SHA for 1072ecf
.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