Skip to content

Commit

Permalink
docs: updates on documentation
Browse files Browse the repository at this point in the history
Added informational and corporate documentation
  • Loading branch information
ADMSK\AVROGAL1 committed Jan 29, 2021
1 parent 4533e17 commit 6420d59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ jobs:
id: changelog_reader
uses: mindsers/changelog-reader-action@v2
with:
validation_depth: 10
version: ${{ steps.tag_name.outputs.current_version }}
path: ./CHANGELOG.md
path: /github/workspace/CHANGELOG.md

- name: Create Release
id: create_release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Commit update
uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: main
branch: master
skip_dirty_check: true
commit_message: 'Update VERSION'
commit_options: '--no-verify --signoff'
Expand Down

0 comments on commit 6420d59

Please sign in to comment.