File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 43
43
with :
44
44
toolchain : stable
45
45
override : true
46
+ - name : Check semver
47
+ uses : obi1kenobi/cargo-semver-checks-action@v2
48
+ with :
49
+ package : libosdp-sys
46
50
- name : " Publish crate"
47
51
run : |
48
52
cargo publish --token ${CRATES_TOKEN} -p libosdp-sys
Original file line number Diff line number Diff line change 43
43
with :
44
44
toolchain : stable
45
45
override : true
46
+ - name : Check semver
47
+ uses : obi1kenobi/cargo-semver-checks-action@v2
48
+ with :
49
+ package : libosdp
46
50
- name : " Publish crate"
47
51
run : |
48
52
cargo publish --token ${CRATES_TOKEN} -p libosdp
Original file line number Diff line number Diff line change 35
35
run : echo "TAG=${REL_TAG}" >> "${GITHUB_ENV}"
36
36
env :
37
37
REL_TAG : ${{ github.ref_name }}
38
+ - name : Check semver
39
+ uses : obi1kenobi/cargo-semver-checks-action@v2
40
+ with :
41
+ package : osdpctl
38
42
- name : " Publish crate"
39
43
run : |
40
44
cargo publish --token ${CRATES_TOKEN} -p osdpctl
You can’t perform that action at this time.
0 commit comments