From e6248237f6f5123d406ea238c2f40e772d2c1d1b Mon Sep 17 00:00:00 2001 From: Yui-Song <84501897+Yui-Song@users.noreply.github.com> Date: Wed, 21 Aug 2024 12:23:27 +0800 Subject: [PATCH 1/2] bump to v1.0.10 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9fb7184..9185c99 100644 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/sh -version=1.0.9 +version=1.0.10 case $(uname -s) in Linux|linux) os=linux ;; From e17334b7a38c681e0143c7fe6ecdb380c05249ae Mon Sep 17 00:00:00 2001 From: Yui-Song <84501897+Yui-Song@users.noreply.github.com> Date: Wed, 21 Aug 2024 15:18:22 +0800 Subject: [PATCH 2/2] Update release.yaml --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d2ffcfc..d460641 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: uses: goreleaser/goreleaser-action@v1 with: version: latest - args: release --rm-dist + args: release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -29,7 +29,7 @@ jobs: uses: goreleaser/goreleaser-action@v1 with: version: latest - args: build --snapshot --rm-dist + args: build --snapshot env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Package