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 ab0dc53 commit ab2745fCopy full SHA for ab2745f
.github/workflows/deploy.yml
@@ -40,7 +40,8 @@ jobs:
40
run: |
41
SNAPSHOT_REPO="\${env.MAVEN_SERVER_ID}::default::\${env.SNAPSHOT_URL}"
42
RELEASE_REPO="\${env.MAVEN_SERVER_ID}::default::\${env.RELEASE_URL}"
43
- VERSION="\${env.VERSION}"
+ VERSION=${{ env.VERSION }}
44
+ echo "${VERSION}"
45
mvn --batch-mode deploy -P release -Drevision="${VERSION}" -DaltDeploymentRepository="${RELEASE_REPO}" -DaltSnapshotDeploymentRepository="${SNAPSHOT_REPO}" -DskipTests
46
env:
47
SNAPSHOT_URL: https://oss.sonatype.org/content/repositories/snapshots
0 commit comments