Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
fix: build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroKaku committed May 24, 2022
1 parent 2fe3e28 commit 20f4e28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
with:
submodules: true

- name: build nuspec
if: contains(github.ref, 'tags/')
Expand Down

0 comments on commit 20f4e28

Please sign in to comment.