Skip to content

Commit

Permalink
💚 use > instead |
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Pe committed Nov 28, 2024
1 parent 303d11d commit 55f6d39
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
gpg-private-key: ${{ secrets.gpg_private_key }}
gpg-passphrase: SIGN_KEY_PASS
- name: Perform maven release
run: |
run: >
if [ "${{ github.event.inputs.module }}" == "oai-pmh-spring-boot-starter-parent" ]; then
mvn -B -ntp release:prepare release:perform -N \
-DreleaseVersion=${{ github.event.inputs.releaseVersion }} \
Expand All @@ -60,7 +60,8 @@ jobs:
id: create_release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ github.event.inputs.releaseVersion }}
tag_name: ${{ github.event.inputs.release-tag }}
draft: false
prerelease: false
generate_release_notes: true

0 comments on commit 55f6d39

Please sign in to comment.