File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959 echo "PkgVersion=$xml_value" >> $GITHUB_OUTPUT
6060 - name : Find assets
6161 id : assets
62- run : |
63- echo "ASSETS=$(find . -name '*.md' -print | tr '\n' ' ')" >> $GITHUB_OUTPUT
64- for file in $ASSETS; do
65- echo "Processing $file"
66- done
62+ run : | # echo "ASSETS=$(find . -name '*.md' -printf '%f\n' | tr '\n' ' ')" >> $GITHUB_OUTPUT
63+ echo "ASSETS=$(find . -name '*.md' -printf '%f\n')" >> $GITHUB_OUTPUT
6764 - name : Use files in another step
6865 run : |
6966 echo "Files found: ${{ steps.assets.outputs.ASSETS }}"
7370 PACKAGE_VERSION : ${{ steps.ver.outputs.PkgVersion }}
7471 OCELOT_VERSION : ${{ steps.xml.outputs.OcelotRefVer }}
7572 with :
76- tag_name : 0.0.3 # Name of a tag. defaults to github.ref_name
73+ tag_name : 0.0.4 # Name of a tag. defaults to github.ref_name
7774 body : |
7875 ## Version [${{ env.PACKAGE_VERSION }}](https://www.nuget.org/packages/Ocelot.Testing/${{ env.PACKAGE_VERSION }})
7976 - Ocelot dependency package: v[${{ env.OCELOT_VERSION }}](https://www.nuget.org/packages/Ocelot/${{ env.OCELOT_VERSION }})
You can’t perform that action at this time.
0 commit comments