Skip to content

Commit b8de845

Browse files
author
Milind Deore
committed
minor branch name change in publish-privitty-deltachat-rpc-server.yml
1 parent c0de27e commit b8de845

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish-privitty-deltachat-rpc-server.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Build deltachat-rpc-server from branch dekstop-core (Privitty/core) and publish to npm as @privitty/deltachat-rpc-server
1+
# Build deltachat-rpc-server from branch deskstop-core (Privitty/core) and publish to npm as @privitty/deltachat-rpc-server
22

33
name: Publish @privitty/deltachat-rpc-server
44

@@ -8,13 +8,13 @@ concurrency:
88

99
on:
1010
push:
11-
branches: [dekstop-core]
11+
branches: [desktop-core]
1212
workflow_dispatch:
1313
inputs:
1414
branch:
1515
description: "Branch to build from"
1616
required: false
17-
default: "dekstop-core"
17+
default: "desktop-core"
1818

1919
permissions: {}
2020

0 commit comments

Comments
 (0)