Skip to content

Commit

Permalink
fix #54: fix deps in publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Apr 21, 2021
1 parent 510514b commit 585ab36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
contents: write

jobs:
goreleaser:
publish:
runs-on: ubuntu-18.04

steps:
Expand All @@ -35,7 +35,7 @@ jobs:
args: release --rm-dist

notify:
needs: [ test ]
needs: [ publish ]
if: ${{ failure() || success() }}
runs-on: ubuntu-18.04

Expand Down

0 comments on commit 585ab36

Please sign in to comment.