We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac0a094 commit 896ff54Copy full SHA for 896ff54
.github/workflows/Release.yml
@@ -25,9 +25,9 @@ jobs:
25
git-user: github-actions
26
git-user-email: [email protected]
27
- name: Generate changelog and update doc & lib version
28
- run: cog changelog --at ${{ steps.release.outputs.version }}\
29
- -t full_hash > GITHUB_CHANGELOG.md
30
-
+ run: >-
+ cog changelog --at ${{ steps.release.outputs.version }} -t full_hash >
+ GITHUB_CHANGELOG.md
31
- name: Upload github release
32
uses: softprops/action-gh-release@v1
33
with:
0 commit comments