Skip to content

Commit

Permalink
ci: update check deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cxfksword committed Oct 10, 2024
1 parent 21453db commit 2eb836d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/check_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,9 @@ jobs:
with:
add-paths: |
./Sources/BuildScripts/XCFrameworkBuild/main.swift
title: "bump version to ${{ env.LATEST_VERSION }}"
branch: "create-pull-request/${{ matrix.library.name }}"
delete-branch: true
title: "${{ matrix.library.name }} bump version to ${{ env.LATEST_VERSION }}"
body: "https://github.com/${{ matrix.library.repository }}/releases/tag/${{ env.LATEST_VERSION }}\n"
commit-message: "chore: bump version to ${{ env.LATEST_VERSION }}"
commit-message: "chore: ${{ matrix.library.name }} bump version to ${{ env.LATEST_VERSION }}"

0 comments on commit 2eb836d

Please sign in to comment.