Skip to content

Commit 4b1d11f

Browse files
author
pompurin404
committed
0.1.4
1 parent a5e72ff commit 4b1d11f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ jobs:
165165
needs: linux
166166
runs-on: ubuntu-latest
167167
steps:
168+
- name: Checkout
169+
uses: actions/checkout@v4
168170
- name: Update Version
169171
run: |
170172
sed -i "s/pkgver=.*/pkgver=$(echo ${{ github.ref }} | tr -d 'refs/tags/v')/" aur/mihomo-party-bin/PKGBUILD

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mihomo-party",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Mihomo Party",
55
"main": "./out/main/index.js",
66
"author": "mihomo-party",

0 commit comments

Comments
 (0)