From 58b6cbec5f43632daf37905e7e0236a5cb1e6a05 Mon Sep 17 00:00:00 2001 From: Philip Zingmark <112874974+Phillezi@users.noreply.github.com> Date: Thu, 12 Sep 2024 13:40:18 +0200 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5e499c5..9719593 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -21,6 +21,7 @@ jobs: build: runs-on: ubuntu-latest + needs: gettime strategy: matrix: os: [linux, windows, darwin] @@ -55,7 +56,9 @@ jobs: if-no-files-found: error release: - needs: build + needs: + - gettime + - build runs-on: ubuntu-latest env: TIMESTAMP: ${{ needs.gettime.outputs.timestamp }}