From b9167c2fa4033127e8980367ddb207c2b655e4e3 Mon Sep 17 00:00:00 2001 From: Maksim Zdobnikau Date: Wed, 16 Oct 2024 13:30:22 +0200 Subject: [PATCH] Add missing newline --- .github/workflows/publish_plugins.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_plugins.yml b/.github/workflows/publish_plugins.yml index ef1852089..2b88abef9 100644 --- a/.github/workflows/publish_plugins.yml +++ b/.github/workflows/publish_plugins.yml @@ -60,4 +60,4 @@ jobs: if: steps.check-plugins.outputs.assert_macros_exists != 'true' run: | pushd $HOME/.cache/scarb/registry/std/v${{ steps.scarb-init.outputs.CAIRO_VERSION }}/assert_macros - scarb publish --no-verify \ No newline at end of file + scarb publish --no-verify