Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/prep-release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Prepares release information and branch, outputs release metadata
# Avoid passing `target_repo`, just used by sdk-actions itself
# Avoid passing `target_repo`, just used by sdk-shared itself
name: Release Preparation

on:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
echo "releaseBranch=rel/${{ inputs.version }}" >> $GITHUB_OUTPUT

- name: Setup Git user
uses: onesignal/sdk-actions/.github/actions/setup-git-user@main
uses: onesignal/sdk-shared/.github/actions/setup-git-user@main

- name: Create or rebase release branch
run: |
Expand Down