We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e72ff commit 4b1d11fCopy full SHA for 4b1d11f
.github/workflows/build.yml
@@ -165,6 +165,8 @@ jobs:
165
needs: linux
166
runs-on: ubuntu-latest
167
steps:
168
+ - name: Checkout
169
+ uses: actions/checkout@v4
170
- name: Update Version
171
run: |
172
sed -i "s/pkgver=.*/pkgver=$(echo ${{ github.ref }} | tr -d 'refs/tags/v')/" aur/mihomo-party-bin/PKGBUILD
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mihomo-party",
3
- "version": "0.1.3",
+ "version": "0.1.4",
4
"description": "Mihomo Party",
5
"main": "./out/main/index.js",
6
"author": "mihomo-party",
0 commit comments