From fc23c4e96e90a2ee3d8750adca637fefdcbb9a0d Mon Sep 17 00:00:00 2001 From: Webb Scales Date: Wed, 3 Apr 2024 17:29:56 -0400 Subject: [PATCH] TESTING: set the workflow location to my fork --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1d61b79..4c4926f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -18,7 +18,7 @@ jobs: contents: write needs: - lint_and_test - uses: arcalot/arcaflow-reusable-workflows/.github/workflows/go_release.yaml@main + uses: webbnh/arcaflow-reusable-workflows/.github/workflows/go_release.yaml@main # FIXME: set this back to the arcalot organization after testing with: go_version: ${{ vars.ARCALOT_GO_VERSION }} for_release: ${{ startsWith(github.event.ref, 'refs/tags/') }}