We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d4ba78 + 230c48b commit dbfd3a6Copy full SHA for dbfd3a6
.github/workflows/release-unsigned-phar.yml
@@ -23,6 +23,8 @@ jobs:
23
- uses: actions/checkout@v4
24
with:
25
fetch-depth: 0
26
+ # Ensure some kind of previous tag exists, otherwise box fails
27
+ - run: git describe --tags HEAD || git tag 0.0.0
28
- uses: ramsey/composer-install@v3
29
- name: Build PHAR
30
run: box compile
0 commit comments