Workflow, part 8/?.
This commit is contained in:
parent
1ae6443653
commit
1a5cda8b3b
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
- name: Release
|
- name: Release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
artifacts: cli/build/distributions/*
|
artifacts: 'cli/build/distributions/*'
|
||||||
name: ${{ env.GITHUB_REF_NAME }}
|
name: ${{ env.GITHUB_REF_NAME }}
|
||||||
tag: ${{ env.GITHUB_REF_NAME }}
|
tag: ${{ env.GITHUB_REF_NAME }}
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user