Skip to content

Commit

Permalink
Release v0.6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyRaga committed Aug 4, 2024
1 parent 8582594 commit 50cbddf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
dist-dir: dist-newstyle
store-path: ${{ steps.setup-haskell.outputs.cabal-store }}
threads: 16
archive-uri: ${{ secrets.BINARY_CACHE_URI }}
archive-uri: https://cache.haskellworks.io/${{ env.CABAL_CACHE_VERSION }}/${{ runner.os }}/${{ matrix.cabal }}/${{ matrix.ghc }}
skip: "${{ secrets.BINARY_CACHE_URI == '' }}"

- name: Cabal cache over HTTPS
Expand All @@ -57,7 +57,7 @@ jobs:
dist-dir: dist-newstyle
store-path: ${{ steps.setup-haskell.outputs.cabal-store }}
threads: 16
archive-uri: https://cache.haskellworks.io/archive
archive-uri: https://cache.haskellworks.io/${{ env.CABAL_CACHE_VERSION }}/${{ runner.os }}/${{ matrix.cabal }}/${{ matrix.ghc }}
skip: "${{ secrets.BINARY_CACHE_URI != '' }}"

- name: Build
Expand Down Expand Up @@ -159,14 +159,6 @@ jobs:
fi
done
- name: "Build Changelog"
id: build_changelog
uses: mikepenz/release-changelog-builder-action@v3
env:
GITHUB_TOKEN: ${{ github.token }}
with:
toTag: "{{ github.ref }}"

- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand All @@ -175,6 +167,6 @@ jobs:
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ needs.check.outputs.tag }}
body: ${{ steps.build_changelog.outputs.changelog }}
body: Undocumented
draft: true
prerelease: false
2 changes: 1 addition & 1 deletion avro.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.4

name: avro
version: 0.6.2.0
version: 0.6.2.1
synopsis: Avro serialization support for Haskell
description: Avro serialization and deserialization support for Haskell
category: Data
Expand Down

0 comments on commit 50cbddf

Please sign in to comment.