nope
This commit is contained in:
parent
ed16ec2e91
commit
00c006b19b
1 changed files with 0 additions and 12 deletions
12
.github/workflows/dotnet.yml
vendored
12
.github/workflows/dotnet.yml
vendored
|
@ -28,15 +28,3 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: Build
|
name: Build
|
||||||
path: RepoFullDownloader-Core/bin/Debug/netcoreapp3.1/
|
path: RepoFullDownloader-Core/bin/Debug/netcoreapp3.1/
|
||||||
- name: Create Release
|
|
||||||
id: create_release
|
|
||||||
uses: actions/create-release@v1
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
|
|
||||||
with:
|
|
||||||
tag_name: ${{ github.ref }}
|
|
||||||
release_name: Release ${{ github.ref }}
|
|
||||||
body: |
|
|
||||||
This release was automatically generated by Github Actions
|
|
||||||
draft: false
|
|
||||||
prerelease: false
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue