Skip to content

Commit

Permalink
trying to make the proper assignment of environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
teixeira-fernando committed Oct 15, 2023
1 parent 279fbcb commit 18bd3c6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/maven-packages-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
run: server.github.password=${{ github.token }} make publish_all_packages

0 comments on commit 18bd3c6

Please sign in to comment.