diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 229f547746aae308222e1bbd9305f403082ee264..7ed502ff43d773d4d0d1bc2cf50b10637d333053 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -17,6 +17,12 @@ jobs: with: fetch-depth: 0 + - name: Clone internal repositories + run: | + git clone -b release https://${{ secrets.ACCESS_TOKEN }}@github.com/charmbracelet/charm-internal ../charm + git clone -b master https://${{ secrets.ACCESS_TOKEN }}@github.com/charmbracelet/bubbletea-internal ../bubbletea + git clone -b main https://${{ secrets.ACCESS_TOKEN }}@github.com/charmbracelet/wish ../wish + - name: Set up Go uses: actions/setup-go@v2 with: