Skip to content

Commit ac7ec5f

Browse files
committed
chore: update publish workflow to include snapshot input and PR creation
1 parent 30b0410 commit ac7ec5f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/generate-publish-sdk.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
4141
- name: Open PR
4242
uses: peter-evans/create-pull-request@v7
43+
working-directory: xap-sdk
4344
with:
4445
token: ${{ secrets.GITHUB_PAT }}
45-
commit-message: "chore: publishing docs for version ${{ env.NEW_DOCS_VERSION }}"
46-
body: "This PR adds the reference documentation for version ${{ env.NEW_DOCS_VERSION }}."
47-
title: "chore: reference docs update for version ${{ env.NEW_DOCS_VERSION }}"
48-
branch: "docs-update-${{ env.NEW_DOCS_VERSION }}-$(date +'%Y%m%d%H%M%S')"
46+
commit-message: "chore: publishing code for sdk release $(date +'%Y%m%d%H%M%S')"
47+
title: "chore: code update on $(date +'%Y%m%d%H%M%S')"
48+
branch: "xap-sdk-code-update-$(date +'%Y%m%d%H%M%S')"
4949
add-paths: .
5050

5151
- name: Publish SDK

0 commit comments

Comments
 (0)