We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db78d22 commit 0ac24d6Copy full SHA for 0ac24d6
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
draft: false
24
prerelease: false
25
26
- deploy:
+ publish-assets:
27
needs: create-release
28
name: Publish assets
29
runs-on: ubuntu-latest
@@ -44,6 +44,6 @@ jobs:
44
goos: ${{ matrix.goos }}
45
goarch: ${{ matrix.goarch }}
46
project_path: "."
47
- binary_name: "mg"
+ binary_name: "mgp"
48
extra_files: LICENSE
49
parser.go
@@ -7,7 +7,7 @@ import (
7
"strings"
8
)
9
10
-const VERSION string = "v1.2.3"
+const VERSION string = "v1.3.0"
11
const MEGABYTE int = 1048576
12
const PROG_NAME = "mgp"
13
0 commit comments