Skip to content

Commit bbd8f5e

Browse files
authored
Update automate-kotlin.yaml
1 parent 024e7f0 commit bbd8f5e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/automate-kotlin.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,15 @@ jobs:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
with:
4545
tag_name: ${{ steps.get_tag_name.outputs.TAG_NAME }}
46+
upload_url: ${{ steps.create_release.outputs.upload_url }}
4647
release_name: Documentation ${{ steps.get_tag_name.outputs.TAG_NAME }}
4748
body: |
48-
Latest procesed Kotlin documentationb.
49+
Latest procesed Kotlin documentation.
4950
# You can add more detailed release notes here
5051
draft: false
5152
prerelease: false
5253

53-
- name: Upload PDF release asset
54+
- name: Upload docs asset
5455
uses: actions/upload-release-asset@v1
5556
env:
5657
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)