Skip to content

Commit

Permalink
Be explicit about the branch in the CD workflow (#188 #238)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonggrijp committed Dec 18, 2020
1 parent bcb7979 commit ed5eae3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
ref: prepublish
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit ed5eae3

Please sign in to comment.