Skip to content

Commit 6721b26

Browse files
Update action.yml
1 parent 4ebd7f3 commit 6721b26

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

action.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,8 @@ outputs:
4545
runs:
4646
using: "composite"
4747
steps:
48-
- name: Make script executable
49-
shell: bash
50-
run: chmod +x "$GITHUB_ACTION_PATH/increment.sh"
5148
- name: Run increment.sh
5249
id: bump-version
5350
shell: bash
5451
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 }}"
52+
"$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

Comments
 (0)