Skip to content

Commit 1e8e26f

Browse files
Merge pull request #2683 from DataDog/hugo.silva/update-workflow-confluence
Update Publish Changelog to Confluence: Fix issue with already present page Co-authored-by: jhssilva <jhssilva96@gmail.com>
2 parents 23c4b61 + 3d42cd1 commit 1e8e26f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/changelog-to-confluence.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Prepare Only Changelog
1818
run: |
1919
mkdir -p publish_folder
20-
cp CHANGELOG.md publish_folder/
20+
cp CHANGELOG.md publish_folder/android-sdk-changelog.md
2121
echo "Publishing only CHANGELOG.md"
2222
2323
- name: Publish Markdown to Confluence

0 commit comments

Comments
 (0)