From 12f2a6a078ce88dde32bfcc31d2a91447bc9cc92 Mon Sep 17 00:00:00 2001 From: "Paulo H." Date: Wed, 17 Apr 2024 11:13:30 -0300 Subject: [PATCH] testin' --- ...ing-a-new-release-and-attach-a-zip-file-to-the-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-on-publishing-a-new-release-and-attach-a-zip-file-to-the-release.yml b/.github/workflows/deploy-on-publishing-a-new-release-and-attach-a-zip-file-to-the-release.yml index 993a0dc..19887fc 100644 --- a/.github/workflows/deploy-on-publishing-a-new-release-and-attach-a-zip-file-to-the-release.yml +++ b/.github/workflows/deploy-on-publishing-a-new-release-and-attach-a-zip-file-to-the-release.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 - + - name: WordPress Plugin Deploy id: gattai-deploy @@ -23,7 +23,7 @@ jobs: with: generate-zip: true - dry-run: false + dry-run: true # Steps can also set environment variables which can be configured in the Github settings for the # repository. Here, we are using action secrets SVN_USERNAME, SVN_PASSWORD, and PLUGIN_SLUG which