From 7774b758f6d9bbb361cc7b95cd6913305a6c8d92 Mon Sep 17 00:00:00 2001 From: Paulo H Date: Wed, 17 Apr 2024 13:49:46 -0300 Subject: [PATCH] action documentation is kinda a joke --- ...shing-a-new-release-and-attach-a-zip-file-to-the-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 b0d2944..5e1788c 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 @@ -33,7 +33,7 @@ jobs: env: SVN_USERNAME: ${{ secrets.SVN_USERNAME }} SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} - PLUGIN_SLUG: ${{ secrets.SLUG }} + SLUG: ${{ secrets.SLUG }} # After the deploy, we also want to create a zip and upload it to the release on Github. We don't want # users to have to go to the repository to find our plugin :). - name: Upload release asset