Skip to content

Commit

Permalink
Update release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmskywalker committed Nov 9, 2022
1 parent 74c0bb8 commit 558b875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- name: Authenticate
run: dotnet nuget add source --username sfmskywalker --password ${{ secrets.ACTIONS_PAT }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/elsa-core/index.json"
- name: Push
run: dotnet nuget push "*/**/*.nupkg" --api-key ${secrets.ACTIONS_PAT} --source "github"
run: dotnet nuget push "*/**/*.nupkg" --api-key ${{secrets.ACTIONS_PAT}} --source "github"
env:
GITHUB_TOKEN: ${{ secrets.ACTIONS_PAT }}

0 comments on commit 558b875

Please sign in to comment.