We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5edf79a + 5183d23 commit 38fd1c6Copy full SHA for 38fd1c6
.github/workflows/publish_0.2.yml
@@ -24,7 +24,6 @@ jobs:
24
run: rustup update stable --no-self-update && rustup default stable
25
- name: Run release-plz
26
uses: MarcoIeni/release-plz-action@v0.5
27
- with:
28
- command: release-pr
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
.release-plz.toml
@@ -1,2 +1,2 @@
1
[workspace]
2
-git_tag_name = "v{{ version }}"
+git_tag_name = "{{ version }}"
0 commit comments