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 19887fc..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 }} - + 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