Skip to content

Commit

Permalink
use stable final version 4.0.0 of BOX Manifest (and clean-up release …
Browse files Browse the repository at this point in the history
…workflow)
  • Loading branch information
llaville committed Oct 7, 2024
1 parent 32a1d73 commit 2a62d84
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,16 @@ jobs:
- # https://github.com/llaville/box-manifest
name: Download BOX Manifest Artifact
env:
BOX_MANIFEST_VERSION: "4.0.0-rc.1"
BOX_MANIFEST_VERSION: "4.0.0"
run: |
curl -Ls "https://github.com/llaville/box-manifest/releases/download/$BOX_MANIFEST_VERSION/box-manifest.phar" -o /usr/local/bin/box-manifest
chmod +x /usr/local/bin/box-manifest
- # https://github.com/llaville/box-manifest
name: Build Release Artifact
env:
TERM_PROGRAM: Hyper
run: |
box-manifest make build stub configure -r console-table.txt -r plain.txt -r sbom.json --output-stub stub.php --output-conf box.json.dist -vvv --ansi
box compile -c box.json.dist -vvv --ansi
bin/phplint.phar --manifest
- # https://github.com/softprops/action-gh-release
name: Create Release from current tag
Expand Down

0 comments on commit 2a62d84

Please sign in to comment.