Skip to content

Commit

Permalink
Bump version to 0.5.12 & fix GHA release docker build action (#80)
Browse files Browse the repository at this point in the history
* bump version to 0.5.12
* gha: fix incorrect syntax for tags
  • Loading branch information
wormsik authored Mar 2, 2023
1 parent f7a307e commit 77f43ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ jobs:
uses: docker/build-push-action@v4
with:
push: true
tags: ${{ steps.meta.output.tags }}
tags: ${{ steps.meta.outputs.tags }}
2 changes: 1 addition & 1 deletion util.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const (

// Extracted automatically with a shell script, so keep the format:
// version = XXXX
Version = "v0.5.11"
Version = "v0.5.12"
)

// Configuration options for the download agent
Expand Down

0 comments on commit 77f43ef

Please sign in to comment.