Skip to content

Commit 896ff54

Browse files
committed
ci: fix workflow yaml file
1 parent ac0a094 commit 896ff54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
git-user: github-actions
2626
git-user-email: [email protected]
2727
- 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-
28+
run: >-
29+
cog changelog --at ${{ steps.release.outputs.version }} -t full_hash >
30+
GITHUB_CHANGELOG.md
3131
- name: Upload github release
3232
uses: softprops/action-gh-release@v1
3333
with:

0 commit comments

Comments
 (0)