Skip to content

Commit

Permalink
Again, trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarvelle committed Jan 17, 2025
1 parent 14f567b commit c0511ce
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/article-api_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: ${{ vars.TERRAFORM_VERSION }}
- uses: sbt/setup-sbt@v1
- name: Setup ~/bin directory
run: |
mkdir -p /home/runner/bin
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/audio-api_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: ${{ vars.TERRAFORM_VERSION }}
- uses: sbt/setup-sbt@v1
- name: Setup ~/bin directory
run: |
mkdir -p /home/runner/bin
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/concept-api_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: ${{ vars.TERRAFORM_VERSION }}
- uses: sbt/setup-sbt@v1
- name: Setup ~/bin directory
run: |
mkdir -p /home/runner/bin
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/draft-api_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: ${{ vars.TERRAFORM_VERSION }}
- uses: sbt/setup-sbt@v1
- name: Setup ~/bin directory
run: |
mkdir -p /home/runner/bin
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/frontpage-api_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: ${{ vars.TERRAFORM_VERSION }}
- uses: sbt/setup-sbt@v1
- name: Setup ~/bin directory
run: |
mkdir -p /home/runner/bin
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/image-api_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: ${{ vars.TERRAFORM_VERSION }}
- uses: sbt/setup-sbt@v1
- name: Setup ~/bin directory
run: |
mkdir -p /home/runner/bin
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/learningpath-api_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: ${{ vars.TERRAFORM_VERSION }}
- uses: sbt/setup-sbt@v1
- name: Setup ~/bin directory
run: |
mkdir -p /home/runner/bin
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/myndla-api_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: ${{ vars.TERRAFORM_VERSION }}
- uses: sbt/setup-sbt@v1
- name: Setup ~/bin directory
run: |
mkdir -p /home/runner/bin
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/oembed-proxy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: ${{ vars.TERRAFORM_VERSION }}
- uses: sbt/setup-sbt@v1
- name: Setup ~/bin directory
run: |
mkdir -p /home/runner/bin
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/search-api_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: ${{ vars.TERRAFORM_VERSION }}
- uses: sbt/setup-sbt@v1
- name: Setup ~/bin directory
run: |
mkdir -p /home/runner/bin
Expand Down
1 change: 1 addition & 0 deletions project/GithubWorkflowPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ object GithubWorkflowPlugin extends AutoPlugin {
| - uses: hashicorp/setup-terraform@v3
| with:
| terraform_version: $${{ vars.TERRAFORM_VERSION }}
| - uses: sbt/setup-sbt@v1
| - name: Setup ~/bin directory
| run: |
| mkdir -p /home/runner/bin
Expand Down

0 comments on commit c0511ce

Please sign in to comment.