From fd031d4a2d97fbab1b2e5253663498285e9131a7 Mon Sep 17 00:00:00 2001 From: Gagan Deep Singh Date: Fri, 21 Oct 2022 22:04:59 +0530 Subject: [PATCH 1/2] Fix tag workflow with ASSET_DIR environment variable --- .github/workflows/create.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/create.yml b/.github/workflows/create.yml index 8575604..e85ba85 100644 --- a/.github/workflows/create.yml +++ b/.github/workflows/create.yml @@ -14,4 +14,5 @@ jobs: EXCLUDE_LIST: .gitignore .distignore README.md phpcs.xml assets/package-lock.json screenshots/backend-gif.gif screenshots/frontend-gif.gif SLUG: wp-menu-custom-fields WORDPRESS_PASSWORD: ${{ secrets.WORDPRESS_PASSWORD }} - WORDPRESS_USERNAME: ${{ secrets.WORDPRESS_USERNAME }} \ No newline at end of file + WORDPRESS_USERNAME: ${{ secrets.WORDPRESS_USERNAME }} + ASSETS_DIR: screenshots \ No newline at end of file From eff2187e93b4c0335a245b2d551ed81174eb5417 Mon Sep 17 00:00:00 2001 From: Gagan Deep Singh Date: Sat, 22 Oct 2022 22:56:20 +0530 Subject: [PATCH 2/2] Add newline in the config file --- .github/workflows/create.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create.yml b/.github/workflows/create.yml index e85ba85..25e7e3e 100644 --- a/.github/workflows/create.yml +++ b/.github/workflows/create.yml @@ -15,4 +15,4 @@ jobs: SLUG: wp-menu-custom-fields WORDPRESS_PASSWORD: ${{ secrets.WORDPRESS_PASSWORD }} WORDPRESS_USERNAME: ${{ secrets.WORDPRESS_USERNAME }} - ASSETS_DIR: screenshots \ No newline at end of file + ASSETS_DIR: screenshots