Skip to content

Commit

Permalink
[TH2-4912] Build dev-release by tag
Browse files Browse the repository at this point in the history
* Updated version
  • Loading branch information
Nikita-Smirnov-Exactpro committed Aug 14, 2023
1 parent e54a635 commit 8fce744
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/dev-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches-ignore:
- master
- version-*
- dev-version-*
- dependabot**
paths-ignore:
- README.md
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/dev-release-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ name: Build and publish dev-release Java distributions to sonatype.
on:
workflow_dispatch:
push:
branches:
- dev-version-*
paths:
- gradle.properties
tags:
- \d+.\d+.\d+-dev

jobs:
build-job:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
release_version=1.2.1
release_version=1.3.0

0 comments on commit 8fce744

Please sign in to comment.