Skip to content

Commit ce695de

Browse files
committed
fix
1 parent 67ae248 commit ce695de

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

action.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,17 @@ runs:
2424

2525
- name: New version
2626
if: inputs.version == ''
27-
id: run
2827
shell: bash
2928
run: |
3029
output=$(~/.dotnet/tools/dotnet-script $GITHUB_ACTION_PATH/src/RunNewVersion.csx ${{ inputs.package-flow }})
3130
3231
- name: Update version
3332
if: inputs.version != ''
34-
id: run
3533
shell: bash
3634
run: |
3735
output=$(~/.dotnet/tools/dotnet-script $GITHUB_ACTION_PATH/src/RunUpdateVersion.csx pf=${{ inputs.package-flow }} v=${{ inputs.version }})
3836
3937
- name: Read version
40-
id: run
4138
shell: bash
4239
run: |
4340
version_pack=$(echo "$output" | tail -n 3 | sed -n '1p')

0 commit comments

Comments
 (0)