Skip to content

Commit b8a4ded

Browse files
committed
up
1 parent 7ca9587 commit b8a4ded

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ jobs:
5353
uses: softprops/action-gh-release@v0.1.13
5454
with:
5555
files: .\target\release\PowerSession.exe
56+
- name: Publish to crates.io
57+
run: cargo publish --verbose
5658
- name: Publish to WinGet
5759
uses: vedantmgoyal2009/winget-releaser@v2
5860
with:
5961
identifier: Watfaq.PowerSession
6062
token: ${{ secrets.WINGET_TOKEN }}
61-
- name: Publish to crates.io
62-
run: cargo publish --verbose

0 commit comments

Comments
 (0)