Skip to content

Commit

Permalink
Avoid adding newlines to the nexus text file
Browse files Browse the repository at this point in the history
  • Loading branch information
krmahadevan committed Jun 30, 2022
1 parent 920047c commit ebf9af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-maven-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Create Nexus.txt with staging repository details
run: |
mkdir -p build/stagingRepositories
echo ${{ github.event.inputs.staging_repository_id }} > build/stagingRepositories/nexus.txt
echo -n ${{ github.event.inputs.staging_repository_id }} > build/stagingRepositories/nexus.txt
# FIXME Check https://github.com/allure-framework/allure2/blob/430255d8cf5c236ed29bc0df0b72dcd9389c3df9/.github/workflows/release.yaml
- name: Publish Release Candidate
Expand Down

0 comments on commit ebf9af6

Please sign in to comment.