From 262275b8e2acdb3d049c9209caf46c20138cf6dc Mon Sep 17 00:00:00 2001 From: Bart Date: Thu, 2 Nov 2023 10:00:21 +0100 Subject: [PATCH] setup go env in action --- .github/workflows/publish.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d69ea902..f5c8f2a3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,9 +1,10 @@ name: Publish on: - release: + # TODO: Change back to release/created + pull_request: types: - - created + - opened jobs: publish: @@ -28,6 +29,9 @@ jobs: with: cmd: install + - name: Setup Go environment + uses: actions/setup-go@v4.1.0 + - name: Install and build run: | yarn run postinstall