Skip to content

Commit 38fd1c6

Browse files
authored
Merge pull request #3825 from tgross35/release-plz-publish
Enable publishing new versions via release-plz
2 parents 5edf79a + 5183d23 commit 38fd1c6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/publish_0.2.yml

+1-2
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/[email protected]
27-
with:
28-
command: release-pr
2927
env:
3028
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

.release-plz.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[workspace]
2-
git_tag_name = "v{{ version }}"
2+
git_tag_name = "{{ version }}"

0 commit comments

Comments
 (0)