Skip to content

Commit

Permalink
fix(release): add missing steps for release tooling setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonhull committed Jan 29, 2024
1 parent 9312e74 commit be5ab4b
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,19 @@ jobs:
uses: aquaproj/aqua-installer@294926f94b4233f202a2f03875c604f840cfed70 # v2.1.1
continue-on-error: true
with:
aqua_version: v1.32.0
aqua_version: v2.21.3
enable_aqua_install: true
aqua_opts: "--tags release"
aqua_opts: "--tags installfirst"
working_directory: ${{ env.HERE }}

- name: update-github-path-with-aqua
working-directory: ${{ env.HERE }}
run: |
echo "${AQUA_ROOT_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/aquaproj-aqua}/bin/aqua" >> $GITHUB_PATH
- name: aqua-install-tooling
working-directory: ${{ env.HERE }}
run: |
aqua install --tags installfirst
aqua install --tags release
- name: Init
run: mage initCI ${{ env.ANSIBLE }}
working-directory: ${{ env.HERE }}
Expand Down

0 comments on commit be5ab4b

Please sign in to comment.