Skip to content

Commit

Permalink
fix: release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat616 committed Jan 20, 2024
1 parent a518542 commit c9ae02a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
shell: bash
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- uses: actions/cache@v3
- uses: actions/cache@v4
name: Setup pnpm cache
with:
path: ${{ env.STORE_PATH }}
Expand All @@ -58,7 +58,7 @@ jobs:
git add .
- name: Conventional Changelog Action
id: build-changelog
uses: TriPSs/conventional-changelog-action@v3
uses: TriPSs/conventional-changelog-action@v5
with:
github-token: ${{ secrets.github_token }}
git-message: "chore(release): {version} 🤖"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ jobs:
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
with:
tagName: ${{ github.event.release.tag_name }}
releaseId: ${{ github.event.release.id }}
# tagName: ${{ github.event.release.tag_name }}
# releaseName: "Clash Nyanpasu ${{ github.event.release.tag_name }}"
# releaseBody: "More new features are now supported."
# releaseDraft: false
Expand Down

0 comments on commit c9ae02a

Please sign in to comment.