This is an automated email from the ASF dual-hosted git repository.
peacewong pushed a commit to branch dev-1.3.2
in repository https://gitbox.apache.org/repos/asf/linkis.git
The following commit(s) were added to refs/heads/dev-1.3.2 by this push:
new df97d5f3d Add 1.3.2 snapshot action (#4147)
df97d5f3d is described below
commit df97d5f3d89773fd2266472ec2de69f6762fdc13
Author: Casion <[email protected]>
AuthorDate: Sun Feb 5 22:30:07 2023 +0800
Add 1.3.2 snapshot action (#4147)
* add snapshot action
* update snapshot action
* update snapshot action
* update snapshot action
---
.github/workflows/publish-snapshot.yml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/publish-snapshot.yml
b/.github/workflows/publish-snapshot.yml
index dcf4ee9c2..fa9f00ef0 100644
--- a/.github/workflows/publish-snapshot.yml
+++ b/.github/workflows/publish-snapshot.yml
@@ -29,8 +29,7 @@ jobs:
fail-fast: false
matrix:
branch:
- - dev-1.3.0
- - dev-1.3.1
+ - dev-1.3.2
steps:
- name: Checkout repository
uses: actions/checkout@v2
@@ -44,7 +43,7 @@ jobs:
- name: Get Version
run: |
- BRANCE= ${{ matrix.branch }}
+ BRANCE="${{ matrix.branch }}"
echo "::set-output name=version::${BRANCE#*-}-SNAPSHOT"
id: get_version
@@ -53,5 +52,5 @@ jobs:
ASF_USERNAME: ${{ secrets.NEXUS_USER }}
ASF_PASSWORD: ${{ secrets.NEXUS_PW }}
run: |
- ./mvnw versions:set
-DnewVersion={{steps.get_version.outputs.version}} -DgenerateBackupPoms=false
+ ./mvnw versions:set -Drevision={{steps.get_version.outputs.version}}
-DgenerateBackupPoms=false
./mvnw deploy -s ./.github/asf-settings.xml -Dmaven.test.skip=true
-Dmaven.javadoc.skip=true -DretryFailedDeploymentCount=10
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]