diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9809857..63e2e4f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,8 +15,9 @@ jobs: name: Build runs-on: f0 steps: - - name: Check out code into the Go module directory - uses: actions/checkout@v1 + - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Set up Go 1.21 uses: actions/setup-go@v1 @@ -37,8 +38,8 @@ jobs: sudo apt-get install -y unzip GOBIN=/usr/local/bin go install golang.org/x/tools/cmd/goimports@latest - # - name: Setup upterm session - # uses: lhotari/action-upterm@v1 + - name: Setup upterm session + uses: lhotari/action-upterm@v1 - name: Publish to GitHub Container Registry env: