Skip to content

Commit 6447830

Browse files
committed
INFRA-2867-Added release prefix to PR, await for create release, remove csv from changelog pr, add workflow artifact
1 parent 4000ff0 commit 6447830

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/create-release-pr.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,12 @@ jobs:
145145
${{ inputs.mobile-build-version }} \
146146
${{ inputs.git-user-name }} \
147147
${{ inputs.git-user-email }}
148+
149+
# Step 6: Upload commits.csv as artifact (if generated)
150+
- name: Upload commits.csv artifact
151+
if: ${{ hashFiles('commits.csv') != '' }}
152+
uses: actions/upload-artifact@v4
153+
with:
154+
name: commits-csv
155+
path: commits.csv
156+
if-no-files-found: error

0 commit comments

Comments
 (0)