mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-18 11:49:09 +00:00
name releases that skipped tests "untested-"
This commit is contained in:
@@ -80,7 +80,7 @@ jobs:
|
||||
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/docker-17' || startsWith(github.ref, 'refs/heads/releases/') }}
|
||||
shell: bash
|
||||
run: |
|
||||
./configuration/buildAndUpdateProduct.sh -u -L release
|
||||
./configuration/buildAndUpdateProduct.sh -u -L ${{ github.event.inputs.skip_tests == 'true' && '-n untested' || '' }} release
|
||||
- name: Determine release name
|
||||
run: |
|
||||
echo "SIMPLE_VERSION_INFO=$( basename dist/* )" >>${GITHUB_ENV}
|
||||
|
||||
Reference in New Issue
Block a user