Skip to content

Commit 194ba7d

Browse files
author
ADMSK\AVROGAL1
committed
docs: updates on documentation
Added informational and corporate documentation
1 parent 65f164a commit 194ba7d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/changelog.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,13 @@ jobs:
2323
- name: Create Changelog
2424
uses: heinrichreimer/github-changelog-generator-action@v2.1.1
2525
with:
26-
output: ./CHANGELOG.md
2726
token: ${{ secrets.GITHUB_TOKEN }}
2827

28+
- uses: actions/upload-artifact@v2
29+
with:
30+
name: CHANGELOG.md
31+
path: ${{ github.workspace }}
32+
2933
- name: Get Changelog Entry
3034
id: changelog_reader
3135
uses: mindsers/changelog-reader-action@v2

0 commit comments

Comments
 (0)