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

pull/401/head
Jakub Chrzanowski 9 months ago committed by Jakub Chrzanowski
parent be0d78e2e6
commit 7fcfe507f2

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

@ -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`

Loading…
Cancel
Save