Skip to content

Commit fafd9e6

Browse files
tgross35AkhilTThomas
authored andcommitted
Merge pull request rust-lang#3825 from tgross35/release-plz-publish
Enable publishing new versions via release-plz
2 parents 1103c5c + 687383f commit fafd9e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish_0.2.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
run: rustup update stable --no-self-update && rustup default stable
2525
- name: Run release-plz
2626
uses: MarcoIeni/release-plz-action@v0.5
27-
with:
28-
command: release-pr
2927
env:
3028
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)