Skip to content

Commit

Permalink
Update release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
kindaro committed Apr 11, 2024
1 parent 05503db commit 71521dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
steps:
- name: Wait for tests to succeed
uses: lewagon/wait-on-check-action@v1.0.0
uses: lewagon/wait-on-check-action@v1.3
with:
ref: ${{ github.ref }}
check-regexp: '^Haskell-CI.*$'
Expand Down
2 changes: 1 addition & 1 deletion cabal-prettify.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: cabal-prettify
version: 0.2.3.0
version: 0.2.3.1
author: Ignat Insarov
maintainer: kindaro@gmail.com
tested-with: GHC == 9.2.1, GHC == 9.4.4
Expand Down

0 comments on commit 71521dc

Please sign in to comment.