diff --git a/.gitea/workflows/test-and-build.yml b/.gitea/workflows/test-and-build.yml index ee555dd..b037e9c 100644 --- a/.gitea/workflows/test-and-build.yml +++ b/.gitea/workflows/test-and-build.yml @@ -56,11 +56,10 @@ jobs: username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASSWORD }} steps: - - name: Checkout code - uses: actions/checkout@v3 + - uses: actions/checkout@v3 with: fetch-depth: 0 - + - name: Set up cache for Nix uses: actions/cache@v4 with: @@ -76,6 +75,11 @@ jobs: nix build ls -alh ./result/bin/tricu + - name: Setup go for release actoin + uses: actions/setup-go@v5 + with: + go-version: '>=1.20.1' + - name: Release binary uses: https://gitea.com/actions/release-action@main with: