Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rniii committed Aug 17, 2024
1 parent ea7f15b commit 8587dc3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish
on:
workflow_dispatch:
release:
types: [published, edited]
types: [published]

permissions:
contents: write
Expand All @@ -26,10 +26,14 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: haskell-actions/setup@v2
with:
ghc-version: "9.4.8"
cabal-version: "3.10.3.0"
- name: Install dependencies
if: runner.os == 'Windows'
run: |
scoop install main/upx
choco install upx
- name: Build
run: |
cabal update
Expand Down
2 changes: 1 addition & 1 deletion maid-build.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: maid-build
version: 0.1.4
version: 0.1.5
synopsis: Markdown-based task runner
description:
Maid is a task runner like make which uses readable markdown files for its commands
Expand Down

0 comments on commit 8587dc3

Please sign in to comment.