From fbb6e111a1b485d81e41ca5b18c4861c1a7143b6 Mon Sep 17 00:00:00 2001 From: alxarno Date: Wed, 13 Nov 2024 13:11:49 +0300 Subject: [PATCH] fix: github action build --- .github/workflows/main.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 46de128..c17c137 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: go-version: [ '1.22.x' ] steps: - uses: actions/checkout@v4 - - uses: actions/env@main + - uses: ./.github/actions/env with: go-version: ${{ matrix.go-version }} - name: Lint diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0fff4e6..b3aaf18 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: with: release-type: simple target-branch: ${{ github.ref_name }} - - uses: actions/env@main + - uses: ./.github/actions/env if: ${{ steps.release.outputs.release_created }} with: go-version: "1.22.x"