diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index 183669e..70acce8 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -83,30 +83,10 @@ jobs: - name: Display structure of downloaded files run: ls -R - - uses: actions/create-release@v1 - id: create_release + - uses: softprops/action-gh-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: + files: 'artifacts-*/goldplate-*' tag_name: ${{ steps.get_version.outputs.version }} release_name: ${{ steps.get_version.outputs.version }} - - - name: Upload Linux Asset - uses: actions/upload-release-asset@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./goldplate-${{ steps.get_version.outputs.version }}-linux-x86_64.tar.gz - asset_name: goldplate-${{ steps.get_version.outputs.version }}-linux-x86_64.tar.gz - asset_content_type: application/gzip - - - name: Upload MacOS Asset - uses: actions/upload-release-asset@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./goldplate-${{ steps.get_version.outputs.version }}-darwin-x86_64.tar.gz - asset_name: goldplate-${{ steps.get_version.outputs.version }}-darwin-x86_64.tar.gz - asset_content_type: application/zip diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b152e2..2289f4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG - - 0.2.2.0 (unreleased) + - 0.2.2.0 (2024-09-30) * Expose `Options`, `defaultOptions` and `mainWith` from `Goldplate` module so it's easy to call from Haskell test suites. diff --git a/goldplate.cabal b/goldplate.cabal index 55410b6..7de9298 100644 --- a/goldplate.cabal +++ b/goldplate.cabal @@ -1,5 +1,5 @@ Name: goldplate -Version: 0.2.1.1 +Version: 0.2.2.0 Synopsis: A lightweight golden test runner License: Apache-2.0 License-file: LICENSE