GitHub Actions: publish workflow fails due to the existing release changelog label

This commit is contained in:
Jakub Chrzanowski 2023-08-17 10:59:20 +02:00 committed by Jakub Chrzanowski
parent be0d78e2e6
commit 7fcfe507f2
2 changed files with 4 additions and 0 deletions

View File

@ -93,6 +93,7 @@ jobs:
gh label create "$LABEL" \
--description "Pull requests with release changelog update" \
--force \
|| true
gh pr create \

View File

@ -4,6 +4,9 @@
## [Unreleased]
### Fixed
- GitHub Actions: publish workflow fails due to the existing `release changelog` label
### Changed
- Upgrade Gradle Wrapper to `8.3`