Skip to content

Commit

Permalink
fix(cicd): checkout main branch on releae checkout-action
Browse files Browse the repository at this point in the history
  • Loading branch information
fty4 committed Aug 12, 2022
1 parent 4551b3f commit ff3e4c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: checkout repository
uses: actions/checkout@v3
with:
ref: main

- name: install Task
shell: bash
Expand Down

0 comments on commit ff3e4c5

Please sign in to comment.