Skip to content

Commit fa1a43d

Browse files
committed
chore(ci): rename and fix pipeline
Signed-off-by: Sven Kanoldt <[email protected]>
1 parent afa81a3 commit fa1a43d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
default: true
116116
profile: minimal
117117
- uses: Swatinem/rust-cache@v1
118-
- run: cargo publish --dry-run
118+
- run: cargo publish --dry-run -p curlz
119119

120120
docs:
121121
name: docs

.github/workflows/deploy.yml renamed to .github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy
1+
name: Release
22
on:
33
push:
44
tags:
@@ -28,9 +28,7 @@ jobs:
2828
default: true
2929
profile: minimal
3030
- uses: Swatinem/rust-cache@v1
31-
- uses: katyo/publish-crates@v1
32-
with:
33-
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
31+
- run: cargo publish -p curlz
3432

3533
# https://github.com/mislav/bump-homebrew-formula-action
3634
# publish-to-brew:

0 commit comments

Comments
 (0)