Skip to content

Commit

Permalink
use only 1 remote publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleOps committed Jul 22, 2024
1 parent c963fff commit bd9a63c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 236 deletions.
117 changes: 0 additions & 117 deletions .github/workflows/au-base-go-publish.yml

This file was deleted.

119 changes: 0 additions & 119 deletions .github/workflows/au-core-go-publish.yml

This file was deleted.

12 changes: 12 additions & 0 deletions .github/workflows/au-profile-tag-go-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
runs-on: ubuntu-latest
container: hl7fhir/ig-publisher-base # use ig publisher base image
steps:
- name: install aws cli
run: |
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip -q awscliv2.zip
./aws/install
- name: Checkout Publications Repository
uses: actions/checkout@v4

Expand Down Expand Up @@ -99,6 +105,12 @@ jobs:
runs-on: ubuntu-latest
container: hl7fhir/ig-publisher-base # use ig publisher base image
steps:
- name: install aws cli
run: |
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip -q awscliv2.zip
./aws/install
- name: Checkout Publications Repository
uses: actions/checkout@v4

Expand Down

0 comments on commit bd9a63c

Please sign in to comment.