Skip to content

Commit

Permalink
wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-e-tabaska committed May 23, 2024
1 parent abac861 commit 3223603
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: checkout
uses: actions/checkout@v4
with:
fetch-tags: "true"
fetch-tags: true

- name: setupPython
uses: actions/setup-python@v5
Expand All @@ -41,8 +41,8 @@ jobs:
- name: installCore
id: install-core
run: |
ls -lR .git/refs
ls -la .git/refs/tags
export SOURCE_VERSION=$(git describe --tags)
export UNIQIFIER=$(date | md5sum | head -c 16)
Expand Down

0 comments on commit 3223603

Please sign in to comment.