Skip to content

Commit d647301

Browse files
author
ADMSK\AVROGAL1
committed
docs: updates on documentation
Added informational and corporate documentation
1 parent 6420d59 commit d647301

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/changelog.yml

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

2829
- name: Get Changelog Entry
2930
id: changelog_reader
3031
uses: mindsers/changelog-reader-action@v2
3132
with:
3233
version: ${{ steps.tag_name.outputs.current_version }}
33-
path: /github/workspace/CHANGELOG.md
34+
path: ./CHANGELOG.md
3435

3536
- name: Create Release
3637
id: create_release

0 commit comments

Comments
 (0)