Skip to content

Commit 2d853d8

Browse files
committed
feat(CI): lock the release action version, remove useless merger
Signed-off-by: lxl66566 <lxl66566@gmail.com>
1 parent 6d9e722 commit 2d853d8

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/dependabot-auto-merger.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: release rust project
16-
uses: lxl66566/rust-simple-release@main
16+
uses: lxl66566/rust-simple-release@v0.2.5
1717
with:
1818
targets: aarch64-unknown-linux-gnu, aarch64-unknown-linux-musl, x86_64-pc-windows-msvc, x86_64-unknown-linux-musl, x86_64-unknown-linux-gnu, aarch64-apple-darwin, x86_64-apple-darwin
1919
token: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)