Skip to content

Commit 09da81d

Browse files
authored
chore(release): Add debug logs to weekly release build (#1794)
1 parent 7994aba commit 09da81d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/periodic_release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
BINTRAY_API_KEY: ${{ secrets.BINTRAY_API_KEY }}
4242
RELEASE_VERSION: ${{ steps.changelog.outputs.version }}
4343
run: |
44+
echo "Building keel release ${RELEASE_VERSION}"
4445
./gradlew --info -Pversion="${RELEASE_VERSION}" -PbintrayUser="${BINTRAY_USER}" -PbintrayKey="${BINTRAY_API_KEY}" -PbintrayPublishDebEnabled=false publish
4546
4647
- name: Create release
@@ -50,7 +51,7 @@ jobs:
5051
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5152
with:
5253
tag_name: ${{ steps.changelog.outputs.tag }}
53-
release_name: ${{ steps.changelog.outputs.tag }}
54+
release_name: ${{ github.event.repository.name }} ${{ steps.changelog.outputs.tag }}
5455
body: ${{ steps.changelog.outputs.clean_changelog }}
5556
draft: false
5657
prerelease: true

0 commit comments

Comments
 (0)