Skip to content

Commit

Permalink
fix: add missing checkout before building pkg (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
prgres committed Jun 6, 2024
1 parent 834fd0a commit a1d38b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
env:
BIN_NAME: clickup-tui-${{ matrix.target }}-${{ github.event.release.tag_name }}
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install Go
uses: actions/setup-go@v2
with:
Expand Down

0 comments on commit a1d38b3

Please sign in to comment.