TP-24174 | removed sdk version input
This commit is contained in:
7
.github/workflows/publish_aar.yml
vendored
7
.github/workflows/publish_aar.yml
vendored
@@ -2,11 +2,6 @@ name: Publish AAR CI
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
sdk_version:
|
||||
description: Enter SDK version (Ex. 1.0.0)
|
||||
required: true
|
||||
type: string
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
@@ -33,4 +28,4 @@ jobs:
|
||||
- name: Assemble with Stacktrace
|
||||
run: ./gradlew :navi-uitron:assembleDebug --stacktrace
|
||||
- name: Upload to nexus
|
||||
run: ./gradlew publish -PIS_SNAPSHOT=true -PSDK_VERSION=${{ github.event.inputs.sdk_version }} -PNEXUS_URL=https://nexus.cmd.navi-tech.in/repository/maven-snapshots -PNEXUS_USERNAME=${{ secrets.NEXUS_USERNAME }} -PNEXUS_PASSWORD=${{ secrets.NEXUS_PASSWORD }}
|
||||
run: ./gradlew publish -PIS_SNAPSHOT=true -PNEXUS_URL=https://nexus.cmd.navi-tech.in/repository/maven-snapshots -PNEXUS_USERNAME=${{ secrets.NEXUS_USERNAME }} -PNEXUS_PASSWORD=${{ secrets.NEXUS_PASSWORD }}
|
||||
Reference in New Issue
Block a user