From 18bd3c622d64bc4dc1dd42be765b7254e4725ce1 Mon Sep 17 00:00:00 2001 From: fernando Date: Sun, 15 Oct 2023 16:50:35 +0200 Subject: [PATCH] trying to make the proper assignment of environment variables --- .github/workflows/maven-packages-publish.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/maven-packages-publish.yml b/.github/workflows/maven-packages-publish.yml index c71a14c..507962b 100644 --- a/.github/workflows/maven-packages-publish.yml +++ b/.github/workflows/maven-packages-publish.yml @@ -29,6 +29,4 @@ jobs: - name: maven install -s settings.xml run: mvn clean install - name: Publish to GitHub Packages Apache Maven - run: make publish_all_packages - env: - server.github.password: ${{ github.token }} \ No newline at end of file + run: server.github.password=${{ github.token }} make publish_all_packages \ No newline at end of file