Skip to content

Commit

Permalink
Fixed github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aurc committed Dec 5, 2021
1 parent 7c8b386 commit a37c13c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: bash <(curl -s https://codecov.io/bash)

tag:
needs: build
needs: ci
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -55,7 +55,7 @@ jobs:
eval "git tag $FV && git push origin $FV"
eval "GOPROXY=proxy.golang.org go list -m github.com/aurc/plist@$FV"
shell: bash
build:
release:
needs: tag
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit a37c13c

Please sign in to comment.