Skip to content

Commit

Permalink
Update pack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgmjr authored Apr 4, 2024
1 parent 44a3ade commit 4a8bbe8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:

steps:
- name: Checkout the repository being compiled
uses: actions/checkout@v3
uses: dgmjr-actions/git-checkout@main
with:
path: Repo
- name: Checkout the Packages repository alongside the one being compiled
uses: actions/checkout@v3
uses: dgmjr-actions/git-checkout@main
with:
repository: dgmjr-io/Packages
path: Packages
Expand Down Expand Up @@ -63,5 +63,5 @@ jobs:
private-nuget-api-key: ${{ secrets.PROGET_API_KEY }}
repo: dgmjr-io/DgmjrSdk
push-github: true
push-dgmjr-io: false
push-dgmjr-io: true
push-nuget: false

0 comments on commit 4a8bbe8

Please sign in to comment.