diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c6505e63..23a1b668 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -99,7 +99,7 @@ jobs: - name: Get app package name id: packageName run: | - export PACKAGE_NAME=$(sbt "project ${{ matrix.app }}" dockerAlias -Dsbt.log.noformat=true | sed -n '/\[info\]/ s/\[info\] //p' | tail -1 | tr -d '\n' | sed 's/snowplow/opensnowcat/' | cut -d":" -f1) + export PACKAGE_NAME="jayhof/opensnowcat-enrich-${{ matrix.app }}" echo "::set-output name=package_name::$PACKAGE_NAME" - name: Get app base directory