We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a64b91 commit 4a4c25cCopy full SHA for 4a4c25c
maven-release/action.yml
@@ -92,7 +92,7 @@ runs:
92
93
- name: Create Release
94
uses: ncipollo/release-action@a2e71bdd4e7dab70ca26a852f29600c98b33153e # v1.12.0
95
- if: ${{ !inputs.only_tag }}
+ if: ${{ inputs.only_tag == 'false' }}
96
env:
97
GITHUB_TOKEN: ${{ inputs.github_token }}
98
with:
@@ -109,4 +109,4 @@ runs:
109
shell: bash
110
run: |
111
git tag ${{ steps.semver.outputs.version }}
112
- git push origin ${{ steps.semver.outputs.version }}
+ git push origin ${{ steps.semver.outputs.version }}
0 commit comments