mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-12 17:48:31 +00:00
Added tag-creation to ci workflow
This commit is contained in:
parent
0444730aca
commit
cc2c7bc973
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -64,3 +64,9 @@ jobs:
|
||||
run: dotnet nuget push **\*.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json
|
||||
- name: Symbols Push
|
||||
run: dotnet nuget push **\*.snupkg --skip-duplicate --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json
|
||||
- name: Create Tag
|
||||
uses: mathieudutour/github-tag-action@v6.1
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
custom_tag: ${{ steps.versioning.outputs.version }}
|
||||
tag_prefix: v
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user