We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc75129 commit 3737daeCopy full SHA for 3737dae
.github/workflows/create-release-pr.yml
@@ -76,6 +76,9 @@ jobs:
76
ref: ${{ needs.prep.outputs.release_branch }}
77
token: ${{ secrets.GH_PUSH_TOKEN || github.token }}
78
79
+ - name: Setup Git User
80
+ uses: OneSignal/sdk-actions/.github/actions/setup-git-user@main
81
+
82
- name: Setup Bun
83
uses: oven-sh/setup-bun@v2
84
with:
@@ -153,8 +156,6 @@ jobs:
153
156
- name: Update sdk version
154
157
run: |
155
158
NEW_VERSION="${{ inputs.rn_version }}"
- git config user.name "github-actions[bot]"
- git config user.email "github-actions[bot]@users.noreply.github.com"
159
160
# Update package.json version
161
bun pm pkg set version="$NEW_VERSION"
0 commit comments