Skip to content

Commit 0083271

Browse files
committed
Push to main
1 parent adfd8c0 commit 0083271

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/draft-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
update-release-draft:
10+
name: Update Release
1011
runs-on: ubuntu-latest
1112
steps:
1213
- name: Checkout
@@ -30,5 +31,5 @@ jobs:
3031
- name: Commit
3132
uses: EndBug/add-and-commit@v8
3233
with:
33-
push: origin master --force
34+
push: origin main --force
3435

0 commit comments

Comments
 (0)