Creating a workflow, part 3/?.

This commit is contained in:
JesseBrault0709 2023-01-13 17:03:22 -06:00 committed by GitHub
parent 4706ab73fa
commit 15eaaae914
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}