Skip to content

Commit

Permalink
Update deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthri committed Nov 11, 2024
1 parent a78fb95 commit e80f404
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Deploy
name: Publish

on:
release:
types:
- published

jobs:
deploy:
uses: Arthri/deploy-nuget/.github/workflows/deploy.yml@v1
publish-nuget:
uses: Arthri/publish-dotnet/.github/workflows/publish-nuget.yml@v2
secrets:
NUGET-API-KEY: ${{ secrets.NUGET_API_KEY }}
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
with:
changelog: ${{ github.event.release.body }}
version: ${{ github.event.release.tag_name }}

0 comments on commit e80f404

Please sign in to comment.