File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed
Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1+ on :
2+ push :
3+ tags :
4+ - ' *' # Push events to every tag not containing /
5+ workflow_dispatch :
6+
7+ name : Publish
8+
9+ jobs :
10+ publish :
11+ name : Publish
12+ runs-on : ubuntu-latest
13+ steps :
14+ - name : Checkout sources
15+ uses : actions/checkout@v4
16+
17+ - name : Install stable toolchain
18+ uses : dtolnay/rust-toolchain@stable
19+
20+ - run : cargo publish --token ${CRATES_TOKEN}
21+ env :
22+ CRATES_TOKEN : ${{ secrets.CRATES_TOKEN }}
File renamed without changes.
Original file line number Diff line number Diff line change 11# rhoxy - Rust HTTP/HTTPS Proxy
2- [ ![ Tests] ( https://github.com/JoshCap20/rhoxy/actions/workflows/rust .yml/badge.svg )] ( https://github.com/JoshCap20/rhoxy/actions/workflows/rust .yml )
2+ [ ![ Tests] ( https://github.com/JoshCap20/rhoxy/actions/workflows/test .yml/badge.svg )] ( https://github.com/JoshCap20/rhoxy/actions/workflows/test .yml )
33
44Simple HTTP/HTTPS proxy in Rust (my inaugural rust project)
55
You can’t perform that action at this time.
0 commit comments