Creating a workflow, part 3/?.
This commit is contained in:
parent
4706ab73fa
commit
15eaaae914
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -25,3 +25,7 @@ jobs:
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
artifacts: cli/build/distributions/*
|
||||
name: ${{ env.GITHUB_REF_NAME }}
|
||||
tag: ${{ env.GITHUB_REF_NAME }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user