We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ebd7f3 commit 6721b26Copy full SHA for 6721b26
action.yml
@@ -45,17 +45,8 @@ outputs:
45
runs:
46
using: "composite"
47
steps:
48
- - name: Make script executable
49
- shell: bash
50
- run: chmod +x "$GITHUB_ACTION_PATH/increment.sh"
51
- name: Run increment.sh
52
id: bump-version
53
shell: bash
54
run: |
55
- "$GITHUB_ACTION_PATH/increment.sh" \
56
- "${{ inputs.current-version }}" \
57
- "${{ inputs.version-type }}" \
58
- "${{ inputs.preversion }}" \
59
- "${{ inputs.preversion-start-zero }}" \
60
- "${{ inputs.use-build }}" \
61
- "${{ inputs.prefix }}"
+ "$GITHUB_ACTION_PATH"/increment.sh "${{ inputs.current-version }}" "${{ inputs.version-type }}" "${{ inputs.preversion }}" "${{ inputs.preversion-start-zero }}" "${{ inputs.use-build }}" "${{ inputs.prefix }}"
0 commit comments