We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80faa2 commit c50ccf5Copy full SHA for c50ccf5
.github/workflows/release.yml
@@ -25,13 +25,13 @@ jobs:
25
run: composer install --prefer-dist --no-interaction --no-progress --ansi
26
27
- name: Download box.phar
28
- run: wget -O box.phar https://github.com/humbug/box/releases/download/4.5.1/box.phar
+ run: wget -O box.phar https://github.com/humbug/box/releases/download/4.6.2/box.phar
29
30
- name: Compile project
31
run: php ./box.phar compile
32
33
- name: Create Release
34
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
35
with:
36
name: Release ${{ github.ref_name }}
37
body: ''
0 commit comments