From ee576b9a691ecb132eb85ec40ee8fa98bd9b77af Mon Sep 17 00:00:00 2001 From: lencx Date: Sat, 7 Jan 2023 14:57:28 +0800 Subject: [PATCH] fix: winget release --- .github/workflows/release.yml | 35 ++++++++++++++++------------------- UPDATE_LOG.md | 4 ++++ 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 05e89e4..629fab8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,11 +2,8 @@ name: Release CI on: push: - branches: - - dev - # # Sequence of patterns matched against refs/tags - # tags: - # - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 + tags: + - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 jobs: create-release: @@ -76,22 +73,22 @@ jobs: with: releaseId: ${{ needs.create-release.outputs.RELEASE_UPLOAD_ID }} - updater: - runs-on: ubuntu-20.04 - needs: [create-release, build-tauri] + # updater: + # runs-on: ubuntu-20.04 + # needs: [create-release, build-tauri] - steps: - - uses: actions/checkout@v2 - - run: yarn - - run: yarn updater --token=${{ secrets.GITHUB_TOKEN }} + # steps: + # - uses: actions/checkout@v2 + # - run: yarn + # - run: yarn updater --token=${{ secrets.GITHUB_TOKEN }} - - name: Deploy install.json - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - # 📝: Edit the deployment directory - publish_dir: ./updater - force_orphan: true + # - name: Deploy install.json + # uses: peaceiris/actions-gh-pages@v3 + # with: + # github_token: ${{ secrets.GITHUB_TOKEN }} + # # 📝: Edit the deployment directory + # publish_dir: ./updater + # force_orphan: true publish-winget: # Action can only be run on windows diff --git a/UPDATE_LOG.md b/UPDATE_LOG.md index 062cce6..78d8fe8 100644 --- a/UPDATE_LOG.md +++ b/UPDATE_LOG.md @@ -1,5 +1,9 @@ # UPDATE LOG +## v0.8.1 + +fix: winget release + ## v0.8.0 feat: