Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzautke authored Mar 18, 2024
1 parent c23221f commit d241650
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: 'de.ihe-d.terminology'
token: ${{ secrets.Personal_Access_Token_Public_Repo }}

- name: Checkout Package Registry
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'hl7germany/hl7-de-package-feed'
ref: main
path: 'hl7-de-package-feed'
token: ${{ secrets.Personal_Access_Token_Public_Repo }}

- name: Checkout Update Package Registry Script
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'alexzautke/update-fhir-package-feed'
ref: main
Expand Down

0 comments on commit d241650

Please sign in to comment.