File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,8 @@ name: Release
2
2
3
3
on :
4
4
push :
5
- paths-ignore :
6
- - ' website/**'
7
- - ' **/*.md'
5
+ paths :
6
+ - ' **/src/**'
8
7
branches :
9
8
- master
10
9
workflow_dispatch :
@@ -101,6 +100,7 @@ jobs:
101
100
ORG_GRADLE_PROJECT_sonatypeUsername : ${{ secrets.SONATYPE_NEXUS_USERNAME }}
102
101
ORG_GRADLE_PROJECT_sonatypePassword : ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
103
102
strategy :
103
+ fail-fast : false
104
104
matrix :
105
105
repository :
106
106
- name : Github Packages
Original file line number Diff line number Diff line change 11
11
version :
12
12
value : ${{ jobs.resolve.outputs.version }}
13
13
snapshot :
14
- value : ${{ jobs.resolve.outputs.version }}
14
+ value : ${{ jobs.resolve.outputs.snapshot }}
15
15
16
16
concurrency :
17
17
cancel-in-progress : true
66
66
commit-message : ' [ci skip] New SNAPSHOT - ${{ env.SNAPSHOT_VERSION }}'
67
67
branch : ci/version/${{ env.SNAPSHOT_VERSION }}
68
68
delete-branch : true
69
+ base : master
You can’t perform that action at this time.
0 commit comments