Skip to content

Commit

Permalink
Merge pull request #2828 from NDLANO/use-vars-for-release
Browse files Browse the repository at this point in the history
Use vars for versions
  • Loading branch information
gunnarvelle authored Jan 16, 2025
2 parents 249c91d + 0911d20 commit 99edf41
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 @@ -36,13 +36,13 @@ 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: hashicorp/setup-terraform@v3
with:
terraform_version: "1.9.2"
terraform_version: ${{ vars.TERRAFORM_VERSION }}
- name: Setup ~/bin directory
run: |
mkdir -p /home/runner/bin
Expand Down

0 comments on commit 99edf41

Please sign in to comment.