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 7b8fad5 commit b115d45Copy full SHA for b115d45
.github/workflows/workflow.yml
@@ -36,7 +36,7 @@ jobs:
36
os=${{ matrix.os }}
37
node=${{ matrix.node-version }}
38
echo "::set-output name=os::${os/-latest/}"
39
- echo "::set-output name=node::node_${node//./}"
+ echo "::set-output name=node::node_${node//[.*]/}"
40
shell: bash
41
- uses: codecov/codecov-action@v1
42
with:
0 commit comments