Skip to content

Commit

Permalink
fix(build): not a git repository
Browse files Browse the repository at this point in the history
  • Loading branch information
voidpointer0x00 committed May 5, 2024
1 parent a98e7ba commit b5c8415
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
config-file: .github/config/release-please.json
manifest-file: .github/config/.release-please-manifest.json
- name: checkout repository
if: ${{ steps.release.outputs.release_created }}
uses: actions/checkout@v4
- name: download release artifacts
if: ${{ steps.release.outputs.release_created }}
uses: actions/download-artifact@v4
Expand Down

0 comments on commit b5c8415

Please sign in to comment.