This is an automated email from the ASF dual-hosted git repository.
casion pushed a commit to branch dev-1.3.0
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git
The following commit(s) were added to refs/heads/dev-1.3.0 by this push:
new a64964c71 fix publish-snapshot.yml (#3462)
a64964c71 is described below
commit a64964c713a8f891c1219e035a72c6571aaf9642
Author: 成彬彬 <[email protected]>
AuthorDate: Mon Sep 19 15:40:28 2022 +0800
fix publish-snapshot.yml (#3462)
---
.github/workflows/publish-snapshot.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/publish-snapshot.yml
b/.github/workflows/publish-snapshot.yml
index 7ce11e231..d3b6afd8f 100644
--- a/.github/workflows/publish-snapshot.yml
+++ b/.github/workflows/publish-snapshot.yml
@@ -42,11 +42,11 @@ jobs:
distribution: 'adopt'
java-version: 8
- - name: Get Version
- run: |
- BRANCE= ${{ matrix.branch }}
- echo "::set-output name=version::${BRANCE#*-}-SNAPSHOT"
- id: get_version
+ - name: Get Version
+ run: |
+ BRANCE= ${{ matrix.branch }}
+ echo "::set-output name=version::${BRANCE#*-}-SNAPSHOT"
+ id: get_version
- name: Publish snapshot - ${{ matrix.branch }}
env:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]