10000 fix: Maven Release (#58) · pagopa/github-actions-template@4a4c25c · GitHub
[go: up one dir, main page]

Skip to content

Commit 4a4c25c

Browse files
fix: Maven Release (#58)
action
1 parent 1a64b91 commit 4a4c25c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

maven-release/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ runs:
9292
9393
- name: Create Release
9494
uses: ncipollo/release-action@a2e71bdd4e7dab70ca26a852f29600c98b33153e # v1.12.0
95-
if: ${{ !inputs.only_tag }}
95+
if: ${{ inputs.only_tag == 'false' }}
9696
env:
9797
GITHUB_TOKEN: ${{ inputs.github_token }}
9898
with:
@@ -109,4 +109,4 @@ runs:
109109
shell: bash
110110
run: |
111111
git tag ${{ steps.semver.outputs.version }}
112-
git push origin ${{ steps.semver.outputs.version }}
112+
git push origin ${{ steps.semver.outputs.version }}

0 commit comments

Comments
 (0)
0