Skip to content

Commit

Permalink
chore: update github workflows (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshlohala authored Jan 19, 2023
1 parent 7d5f228 commit e98d5bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/shipjs-manual-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: main
ref: master
- name: Setup node 16
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shipjs-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: main
ref: master
- name: Setup node 16
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit e98d5bc

Please sign in to comment.