Skip to content

Commit 992f188

Browse files
committed
Test snapshot publishing - Added debugging
1 parent 8936c01 commit 992f188

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/publish_snapshots.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ on:
1515
- 'triage.yml'
1616
- 'acceptance_test.yml'
1717
- 'web/**'
18-
- '.github/workflows/**'
1918
workflow_dispatch:
2019

2120
env:

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@ subprojects {
107107
def fullProjectName = 'gtfs-validator-' + project.name
108108

109109
afterEvaluate {
110+
tasks.named('publish') {
111+
doFirst {
112+
println "Project version: ${scmVersion.version}"
113+
}
114+
}
110115
publishing {
111116
repositories {
112117
// This is the sonatype staging repo for maven.

0 commit comments

Comments
 (0)