Skip to content

Commit

Permalink
Bump version number and not compressing macos binary with upx
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Nov 14, 2022
1 parent 41a0f7a commit fcbd017
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,11 +278,6 @@ jobs:
with:
BINARY_PATH: ./dist/hadolint${{ env.EXT }}

- name: Compress binary
uses: svenstaro/upx-action@2.0.1
with:
file: ${{ env.BINARY_PATH }}

- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion hadolint.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 2.0
-- see: https://github.com/sol/hpack

name: hadolint
version: 2.12.0
version: 2.12.1
synopsis: Dockerfile Linter JavaScript API
description: A smarter Dockerfile linter that helps you build best practice Docker images.
category: Development
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: hadolint
version: "2.12.0"
version: "2.12.1"
synopsis: Dockerfile Linter JavaScript API
description:
A smarter Dockerfile linter that helps you build best practice Docker images.
Expand Down

0 comments on commit fcbd017

Please sign in to comment.