Skip to content
This repository was archived by the owner on Oct 24, 2023. It is now read-only.

Commit b363ffc

Browse files
committed
WIP: fix GH release step
1 parent 0ee68c2 commit b363ffc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
- name: Install box
222222
env:
223223
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
224-
run: phive install humbug/box@^3.11.1 --force-accept-unsigned
224+
run: phive install humbug/box@~3.14.1 --force-accept-unsigned
225225

226226
- name: Compile phar
227227
run: tools/box compile

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Build and deploy docs
22
on:
33
push:
4-
branches:
5-
- master
4+
tags: 'v*'
65
workflow_dispatch:
76
jobs:
87
build-and-deploy:

0 commit comments

Comments
 (0)