Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple repos #42

Merged
merged 10 commits into from
Dec 28, 2021
Merged

Multiple repos #42

merged 10 commits into from
Dec 28, 2021

Conversation

qcastel
Copy link
Owner

@qcastel qcastel commented Dec 24, 2021

#41

@BernhardFuchs Can you verify that this work for you as expected? I tested it against my sample repo and it looks to work fine:

https://github.com/gh-a-sample/github-actions-maven-release-sample/blob/master/.github/workflows/release.yaml#L34
Successful build:
https://github.com/gh-a-sample/github-actions-maven-release-sample/actions/runs/1619587594

It works slightly differently than your other github actions, I went instead for a json format:

          maven-servers: '[{"id": "serverId1", "username": "username", "password": "password", "privateKey": "test", "passphrase": "testes"}, {"id": "serverId2", "username": "username2", "password": "password2"}]'

Also for reviewing this PR before I merge it to master, you will need to change the branch to:

      - name: Release
        uses: qcastel/github-actions-maven-release@multiple-repos

Let me know if everything is working on your side!

@qcastel qcastel added the enhancement New feature or request label Dec 24, 2021
@qcastel qcastel self-assigned this Dec 24, 2021
@BernhardFuchs
Copy link
Contributor

Yes, that works fine.
Thx for the quick fix

@qcastel qcastel merged commit bae14e2 into master Dec 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants