ci: add CLI release files
This commit is contained in:
parent
f8a0a253cc
commit
45d3a9cd33
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ on:
|
|||
push:
|
||||
tags:
|
||||
- "rustypipe-cli/v*.*.*"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
Release:
|
||||
|
|
@ -66,3 +67,4 @@ jobs:
|
|||
with:
|
||||
title: "${{ env.CRATE }} ${{ env.CRATE_VERSION }}"
|
||||
body: "${{ env.CHANGELOG }}"
|
||||
files: dist/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue