From 676b82854f65d6b7d9b846102adc6a50b214e6b8 Mon Sep 17 00:00:00 2001 From: Johannes Goebel Date: Fri, 26 Jul 2024 11:34:20 +0200 Subject: [PATCH] Updated descriptions in publish.yml --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f237b91..f7d4b6a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: mvn versions:set -B -DnewVersion=${TAG_NAME#v} mvn clean install -B -Pdirectory - - name: Create new Release + - name: Create new GitHub Release id: create_release uses: actions/create-release@v1 env: @@ -49,7 +49,7 @@ jobs: asset_name: apexcharts-${TAG_NAME#v}.zip asset_content_type: application/zip - - name: Upload ApexChartsJS to Vaadin Add-on directory + - name: Upload assembled build artifact to Vaadin Add-on directory run: | TAG_NAME=${GITHUB_REF#refs/tags/} curl -X POST "https://vaadin.com/vaadincom/directory-service/upload/apexchartsjs?authKey=${{ secrets.VAADIN_AUTH_KEY }}" \