Skip to content

Commit

Permalink
Fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
tschuchortdev committed Aug 9, 2024
1 parent 922623b commit 9fc87b8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ jobs:
echo "secret keys:"
gpg --list-secret-keys
sbt doRelease
ARTIFACT_PATHS=<<EOF
$(sbt "print signedArtifactPaths" --error -Dsbt.log.noformat=true)
EOF
ARTIFACT_PATHS=$(sbt "print signedArtifactPaths" --error -Dsbt.log.noformat=true)
echo ARTIFACT_PATHS="$ARTIFACT_PATHS"
{
echo 'ARTIFACT_PATHS<<EOF'
Expand Down

0 comments on commit 9fc87b8

Please sign in to comment.