Skip to content

Commit

Permalink
Fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarvelle committed Jan 17, 2025
1 parent 78f9d31 commit d7cafdb
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Release: taxonomy-api'
name: "Release: taxonomy-api"
on:
workflow_dispatch:
inputs: { }
inputs: {}
push:
branches:
- master
Expand Down Expand Up @@ -35,14 +35,17 @@ jobs:
path: ndla/deploy
- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: ${{ vars.PYTHON_VERSION }}
- uses: abatilo/actions-poetry@v2
with:
poetry-version: "1.6.1"
poetry-version: ${{ vars.POETRY_VERSION }}
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: '21'
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: ${{ vars.TERRAFORM_VERSION }}
- name: Setup ~/bin directory
run: |
mkdir -p /home/runner/bin
Expand Down

0 comments on commit d7cafdb

Please sign in to comment.