Skip to content

Commit ed5eae3

Browse files
committed
Be explicit about the branch in the CD workflow (#188 #238)
1 parent bcb7979 commit ed5eae3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v2
20+
with:
21+
ref: prepublish
2022
- name: Use Node.js 14.x
2123
uses: actions/setup-node@v1
2224
with:

0 commit comments

Comments
 (0)