Skip to content

Commit

Permalink
Correção no Setup do registro de pacotes do GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
mirandaasm committed Jan 16, 2025
1 parent b06f602 commit ad5b156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget-on-new-version-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

# Configure GitHub Packages repository
- name: Setup GitHub Packages repository
run: nuget add source --username fastchannel --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/fastchannel/index.json"
run: nuget sources Add -Name github -Source "https://nuget.pkg.github.com/fastchannel/index.json" -UserName fastchannel -Password ${{ secrets.GITHUB_TOKEN }} -StorePasswordInClearText

# Publish packages to GitHub Packages
- name: Publish packages to GitHub Packages
Expand Down

0 comments on commit ad5b156

Please sign in to comment.