Skip to content

Commit

Permalink
Use new .github workflows.
Browse files Browse the repository at this point in the history
Update package metadata.
  • Loading branch information
brianjosephmckeon committed Feb 13, 2024
1 parent 73ca7eb commit 373b8c7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:

jobs:
call-workflow:
uses: byteverse/.github/.github/workflows/build.yaml@main
secrets: inherit
uses: byteverse/.github/.github/workflows/build-matrix.yaml@main
with:
release: false
cabal-file: run-st.cabal
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ on:

jobs:
call-workflow:
uses: byteverse/.github/.github/workflows/build.yaml@main
uses: byteverse/.github/.github/workflows/release.yaml@main
secrets: inherit
with:
release: true
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Revision history for run-st

## 0.1.3.3 -- 2024-02-06
## 0.1.3.3 -- 2024-02-13

* Update package metadata.

Expand Down
1 change: 1 addition & 0 deletions run-st.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ maintainer: [email protected]
copyright: 2019 Andrew Martin
category: Data
extra-doc-files: CHANGELOG.md
tested-with: GHC ==9.4.8 || ==9.6.3 || ==9.8.1

common build-settings
default-language: Haskell2010
Expand Down

0 comments on commit 373b8c7

Please sign in to comment.