We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c081556 commit a76c8d0Copy full SHA for a76c8d0
.github/workflows/release.yaml
@@ -16,11 +16,11 @@ jobs:
16
goos: windows
17
steps:
18
- uses: actions/checkout@v3
19
- - uses: wangyoucao577/go-release-action@v1.30
+ - uses: wangyoucao577/go-release-action@v1.38
20
with:
21
github_token: ${{ secrets.GITHUB_TOKEN }}
22
goos: ${{ matrix.goos }}
23
goarch: ${{ matrix.goarch }}
24
extra_files: LICENSE README.md
25
compress_assets: "true"
26
- md5sum: "false"
+ md5sum: "false"
main.go
@@ -37,7 +37,7 @@ import (
37
"github.com/aws/aws-sdk-go-v2/service/sts"
38
)
39
40
-var Version string = "0.3"
+var Version string = "0.4"
41
42
type innerError struct {
43
Code string
0 commit comments