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 abd4188 commit 003398fCopy full SHA for 003398f
.github/workflows/build-info.yml
@@ -52,12 +52,12 @@ jobs:
52
- name: Semver Version
53
id: version
54
run: |
55
- id=$(echo ${{steps.current.outputs.value}} | cut -d=v -f2)
+ id=$(echo ${{steps.current.outputs.value}} | cut -dv -f2)
56
echo "::set-output name=id::$id"
57
58
output:
59
name: Output Info
60
runs-on: ubuntu-20.04
61
needs: [ info ]
62
steps:
63
- - run: echo "${{needs.info.outputs.mod_id}} version ${{needs.info.outputs.version}}; releasing as ${{needs.info.outputs.release_type}}"
+ - run: echo "${{needs.info.outputs.mod_id}} version ${{needs.info.outputs.version}}; releasing as ${{needs.info.outputs.release_type}}"
0 commit comments