Skip to content

Commit

Permalink
ci: fix publishing from main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
arjendev committed Sep 22, 2023
1 parent 5c4b245 commit 660949a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
- name: Create the package
run: dotnet pack --configuration Release src/AzureDataFactory.TestingFramework
- name: Publish the package to GPR
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
run: dotnet nuget push src/AzureDataFactory.TestingFramework/bin/Release/*.nupkg --source "https://nuget.pkg.github.com/arjendev/index.json" --api-key ${{ secrets.PUBLISH_KEY }} --skip-duplicate

0 comments on commit 660949a

Please sign in to comment.