Skip to content

Commit

Permalink
hmm try this method for setting variables in a job?
Browse files Browse the repository at this point in the history
  • Loading branch information
MetricMike committed Sep 29, 2024
1 parent 2dafe04 commit 0742c58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ jobs:
- name: Retrieve latest version (source)
if: matrix.cli-version == 'source'
run: |
echo "AWSCLI_VERSION=ref:$(asdf latest awscli 2)" >> "${GITHUB_ENV}"
echo "AWSCLI_VERSION=ref:$(asdf latest awscli 2)" >> $GITHUB_ENV
- name: Retrieve latest version (binary)
if: matrix.cli-version != 'source'
run: |
echo "AWSCLI_VERSION=$(asdf latest awscli 2)" >> "${GITHUB_ENV}"
echo "AWSCLI_VERSION=$(asdf latest awscli 2)" >> $GITHUB_ENV
- name: asdf_plugin_test
uses: asdf-vm/actions/plugin-test@v2
Expand Down

0 comments on commit 0742c58

Please sign in to comment.