Skip to content

Commit

Permalink
fix ci/cd github publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Aug 17, 2023
1 parent bbaaa63 commit c0c0df8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v3
- name: Checkout main branch
run: git checkout main
- uses: actions/setup-node@v3
with:
node-version: '16.x'
Expand Down

0 comments on commit c0c0df8

Please sign in to comment.