Skip to content

Commit

Permalink
upgrade release workflow to use the last v2 version of Box-Manifest t…
Browse files Browse the repository at this point in the history
…o avoid failure when major v3 will be released
  • Loading branch information
llaville committed Mar 11, 2023
1 parent da8aa33 commit fb287f1
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 @@ -42,7 +42,7 @@ jobs:
name: Build Release Artifacts
run: |
cd ${{ github.workspace }}
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/2.3.1/box-manifest.phar -o /usr/local/bin/box-manifest
chmod +x /usr/local/bin/box-manifest
/usr/local/bin/box-manifest compile
Expand Down

0 comments on commit fb287f1

Please sign in to comment.