Skip to content

Commit

Permalink
fix(release): release version manager (#532)
Browse files Browse the repository at this point in the history
## Introduction ✏️ 
Triage authorisation error upon GHA execution.

## Resolution ✔️ 
* Fixed package name path
* Added missing configurations.

## Miscellaneous ➕ 
* Dependencies updates

---------

Co-authored-by: Abhi Markan <abhi.markan@ukexportfinance.gov.uk>
  • Loading branch information
abhi-markan and Abhi Markan committed Oct 9, 2023
1 parent 066604c commit 8a2a3a2
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 115 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
{ "type": "feat", "section": "Features", "hidden": false},
{ "type": "fix", "section": "Bug Fixes", "hidden": false},
{ "type": "chore", "section": "Miscellaneous", "hidden": false},
{ "type": "docs", "section": "Documentation", "hidden": false}
{ "type": "docs", "section": "Documentation", "hidden": false},
{ "type": "refactor", "section": "Code improvements", "hidden": false},
{ "type": "dependabot", "section": "Dependency updates", "hidden": false}
]'
extra-files: |
README.md
Expand Down
Loading

0 comments on commit 8a2a3a2

Please sign in to comment.