Skip to content

Commit

Permalink
Enable publishing new versions via release-plz
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Aug 15, 2024
1 parent 5edf79a commit 5183d23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish_0.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
run: rustup update stable --no-self-update && rustup default stable
- name: Run release-plz
uses: MarcoIeni/[email protected]
with:
command: release-pr
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
2 changes: 1 addition & 1 deletion .release-plz.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[workspace]
git_tag_name = "v{{ version }}"
git_tag_name = "{{ version }}"

0 comments on commit 5183d23

Please sign in to comment.