Skip to content

Commit 883cfd9

Browse files
authored
Depend on testing workflow instead of building package for publishing
1 parent 18e86e3 commit 883cfd9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ jobs:
88
publish-lib-hackage:
99
name: Publish Library on Hackage
1010
runs-on: ubuntu-latest
11+
needs: runtests
1112
steps:
1213
- uses: actions/checkout@v3
13-
- name: Build Library
14-
run: stack build
1514
- name: Publish Library on Hackage
1615
env:
1716
HACKAGE_KEY: ${{ secrets.HACKAGE_KEY }}

0 commit comments

Comments
 (0)