Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit d5b45f6

Browse files
committed
fix: check out correct branch for semantic-release to run
1 parent 0c3c04f commit d5b45f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: Checkout repo
114114
uses: actions/checkout@v2
115115
with:
116-
ref: master
116+
ref: develop
117117

118118
- name: Setup Node.js
119119
uses: actions/setup-node@v1

0 commit comments

Comments
 (0)