Skip to content

Commit

Permalink
fix release workflow to avoid conflict with major version 4.0 of BOX …
Browse files Browse the repository at this point in the history
…Manifest
  • Loading branch information
llaville committed Oct 11, 2024
1 parent ffe1f6a commit 07741c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- # https://github.com/llaville/box-manifest
name: Download BOX Manifest Artifact
run: |
curl -Ls https://github.com/llaville/box-manifest/releases/latest/download/box-manifest.phar -o /usr/local/bin/box-manifest
curl -Ls https://github.com/llaville/box-manifest/releases/download/3.5.1/box-manifest.phar -o /usr/local/bin/box-manifest
chmod +x /usr/local/bin/box-manifest
- # https://github.com/llaville/box-manifest
Expand Down

0 comments on commit 07741c9

Please sign in to comment.