Skip to content

Commit

Permalink
upgrade release workflow by using default BOX Manifest v4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Nov 28, 2024
1 parent 98a44ac commit 76508d1
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 @@ -64,7 +64,7 @@ jobs:
- # https://github.com/llaville/box-manifest
name: Download BOX Manifest Artifact
env:
BOX_MANIFEST_VERSION: "4.0.1"
BOX_MANIFEST_VERSION: ${{ vars.BOX_MANIFEST_VERSION || '4.1.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
Expand Down

0 comments on commit 76508d1

Please sign in to comment.