Skip to content

Commit

Permalink
Merge pull request #67 from asgrim/remove-missing-tag-workaround-for-box
Browse files Browse the repository at this point in the history
Removed workaround for no tags existing yet in the repo
  • Loading branch information
asgrim authored Oct 10, 2024
2 parents 51f0d50 + 60ca81e commit 6d83fec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-unsigned-phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
# Temporary until we have a first tag; Box needs at least one tag to exist!
- run: git describe --tags HEAD || git tag 0.0.0
- uses: ramsey/composer-install@v3
- name: Build PHAR
run: box compile
Expand Down

0 comments on commit 6d83fec

Please sign in to comment.