ci: specify the tag to use in release-plz [skip ci]

This commit is contained in:
2024-11-25 18:59:41 -07:00
parent 0c70191687
commit 92daaebf9d
+1
View File
@@ -124,6 +124,7 @@ jobs:
uses: MarcoIeni/release-plz-action@v0.5
with:
command: release
tag_name: ${{ env.VERSION }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}