Skip to content

Commit 4de4d0f

Browse files
build: use correct username when pushing in pr-release (electron-userland#9342)
1 parent b1d3cb6 commit 4de4d0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
creds: ${{ secrets.RELEASE_BOT_APP_CREDS }}
3636

3737
- name: Create versions PR & prepare publish
38-
uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba # v1.5.3
38+
uses: changesets/action@46d76b563147ef252e05c85aebc32798079b62fb # v1.5.3 - @marshallofsound fork
3939
with:
4040
version: pnpm ci:version
4141
commit: 'chore(deploy): Release'

0 commit comments

Comments
 (0)