Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillezi authored Sep 12, 2024
1 parent 566878e commit 58b6cbe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:

build:
runs-on: ubuntu-latest
needs: gettime
strategy:
matrix:
os: [linux, windows, darwin]
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 58b6cbe

Please sign in to comment.