We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67ae248 commit ce695deCopy full SHA for ce695de
action.yaml
@@ -24,20 +24,17 @@ runs:
24
25
- name: New version
26
if: inputs.version == ''
27
- id: run
28
shell: bash
29
run: |
30
output=$(~/.dotnet/tools/dotnet-script $GITHUB_ACTION_PATH/src/RunNewVersion.csx ${{ inputs.package-flow }})
31
32
- name: Update version
33
if: inputs.version != ''
34
35
36
37
output=$(~/.dotnet/tools/dotnet-script $GITHUB_ACTION_PATH/src/RunUpdateVersion.csx pf=${{ inputs.package-flow }} v=${{ inputs.version }})
38
39
- name: Read version
40
41
42
43
version_pack=$(echo "$output" | tail -n 3 | sed -n '1p')
0 commit comments