Skip to content

Commit 0a49f29

Browse files
authored
Merge pull request #91 from domaframework/ci/update-version-after-release
Add beta to Build Version
2 parents 468e10a + c1eb996 commit 0a49f29

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)