File tree 2 files changed +4
-16
lines changed
2 files changed +4
-16
lines changed Original file line number Diff line number Diff line change 13
13
with :
14
14
fetch-depth : 0
15
15
token : ${{ secrets.PAT }}
16
- - uses : actions-rs/toolchain@v1
17
- with :
18
- profile : minimal
19
- toolchain : stable
20
- - uses : Swatinem/rust-cache@v1
21
16
- name : Install Knope
22
- uses : actions-rs/cargo @v1
17
+ uses : knope-dev/action @v1
23
18
with :
24
- command : install
25
- args : knope
19
+ version : 0.4.3
26
20
- run : knope release --dry-run
Original file line number Diff line number Diff line change @@ -17,16 +17,10 @@ jobs:
17
17
git_user_signingkey : true
18
18
git_commit_gpgsign : true
19
19
git_push_gpgsign : false
20
- - uses : actions-rs/toolchain@v1
21
- with :
22
- profile : minimal
23
- toolchain : stable
24
- - uses : Swatinem/rust-cache@v1
25
20
- name : Install Knope
26
- uses : actions-rs/cargo @v1
21
+ uses : knope-dev/action @v1
27
22
with :
28
- command : install
29
- args : knope
23
+ version : 0.4.3
30
24
- name : Bump Version & Create GitHub Release
31
25
run : knope release
32
26
env :
You can’t perform that action at this time.
0 commit comments