File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 git config user.name "GitHub Actions"
4040
4141 - name : Get Version from pom
42- run : echo ' ::set-output name=BUILD_VERSION::$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)'
42+ run : echo ::set-output name=BUILD_VERSION::$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
4343 id : pom-version
4444
4545 - name : Check output
9393 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9494 with :
9595 upload_url : ${{ steps.create_release.outputs.upload_url }}
96- asset_path : ./all /target/graphql-voyager.all -1.0.0-SNAPSHOT.zip
97- asset_name : graphql-voyager.all-1.0.0-SNAPSHOT. zip
96+ asset_path : ./ui.apps /target/graphql-voyager.ui.apps -1.0.0-SNAPSHOT.zip
97+ asset_name : graphql-voyager.zip
9898 asset_content_type : application/zip
9999
100100 # - name: Update Site Theme E2E Repo
You can’t perform that action at this time.
0 commit comments