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 a8cd70c commit a8894e5Copy full SHA for a8894e5
.github/workflows/patch.yml
@@ -50,8 +50,8 @@ jobs:
50
git push
51
- id: step2
52
run: |
53
- local="$(git log ${{needs.setup-outputs.outputs.currentTag}}..master --format=format:'[%s](https://github.com/TiLied/CSharpToJavaScript/commit/%H)%n%n ')"
54
- echo "realeseNote='$local'" >> $GITHUB_ENV
+ local=echo "$(git log ${{needs.setup-outputs.outputs.currentTag}}..master --format=format:'[%s](https://github.com/TiLied/CSharpToJavaScript/commit/%H)%n%n ')"
+ echo "realeseNote=$local" >> $GITHUB_ENV
55
- name: Create Release
56
id: create_release
57
uses: actions/create-release@v1
0 commit comments