Skip to content

Commit

Permalink
ci: change in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdihadeli committed Aug 22, 2024
1 parent b9fe1af commit f5cf352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- main # for publish package and each commit to github
env:
FEED_SOURCE: https://api.nuget.org/v3/index.json
GHC_SOURCE: ${{ env.GHC_SOURCE }}
GHC_SOURCE: ${{ vars.GHC_SOURCE }}
FEED_API_KEY: ${{ secrets.FEED_API_KEY }}
GHC_API_KEY: ${{ secrets.GHC_TOKEN }}
NuGetDirectory: ${{ github.workspace}}/nuget
Expand Down

0 comments on commit f5cf352

Please sign in to comment.