diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index 7fee34cb4..5b347d9d0 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -94,9 +94,8 @@ jobs: - uses: docker/build-push-action@v2 with: push: - ${{ inputs.release || github.event_name == 'push' || - github.event_name == 'schedule' || github.event_name == - 'workflow_dispatch' }} + ${{ inputs.release || github.event_name == 'push' || github.event_name == 'schedule' + || github.event_name == 'workflow_dispatch' }} context: ./ file: ./Dockerfile tags: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 447843150..16e7c0c77 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,9 +31,11 @@ jobs: steps: - uses: actions/checkout@v3 - run: > - gh release create --target ${{ - github.event.pull_request.merge_commit_sha }} {--title=CML\ - ,}$(basename ${{ github.head_ref }}) --generate-notes --draft + gh release create + --target ${{ github.event.pull_request.merge_commit_sha }} + {--title=CML\ ,}$(basename ${{ github.head_ref }}) + --generate-notes + --draft env: GITHUB_TOKEN: ${{ secrets.ADMIN_GITHUB_TOKEN }} package: