Skip to content

Commit

Permalink
ci: fixing broken release
Browse files Browse the repository at this point in the history
  • Loading branch information
isindir committed Feb 7, 2024
1 parent a90a73c commit bca58eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
echo "IMAGE_CACHE_NAME=$(make image_cache_name)" >> $GITHUB_ENV
echo "SKIP_RELEASE=$SKIP_RELEASE" >> $GITHUB_ENV
- name: debug
run: |
pwd
- name: Install asdf tools
if: env.SKIP_RELEASE != ''
uses: asdf-vm/actions/install@v2
Expand Down

0 comments on commit bca58eb

Please sign in to comment.