Skip to content

Commit 2f2a115

Browse files
author
Justin Zhang
committed
Bump up version to 1.0.5
- Upgrade goreleaser-action to v5
1 parent 77852dc commit 2f2a115

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: goreleaser/goreleaser-action@v2
4141
with:
4242
version: latest
43-
args: release --rm-dist
43+
args: release --clean
4444
env:
4545
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ dist/*
33
packer-plugin-scaffolding
44
packer-plugin-ucloud
55
.docs
6+
*.zip

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "github.com/hashicorp/packer-plugin-sdk/version"
44

55
var (
66
// Version is the main version number that is being run at the moment.
7-
Version = "1.0.4"
7+
Version = "1.0.5"
88

99
// VersionPrerelease is A pre-release marker for the Version. If this is ""
1010
// (empty string) then it means that it is a final release. Otherwise, this

0 commit comments

Comments
 (0)