Skip to content

Commit

Permalink
Merge pull request #363 from DarthAffe/Ci-Tags
Browse files Browse the repository at this point in the history
Added tag-creation to ci workflow
  • Loading branch information
DarthAffe authored Dec 22, 2023
2 parents 0444730 + cc2c7bc commit 2796acd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_tag: ${{ steps.versioning.outputs.version }}
tag_prefix: v

0 comments on commit 2796acd

Please sign in to comment.