Compare commits

..

1 Commits

Author SHA1 Message Date
Matt
e6b0f398b6 Fix versioning picked up in CI (#291)
Fixes ignore blob in versioningHelper
2021-09-24 18:51:40 -04:00

View File

@@ -216,8 +216,6 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: 11
- run: |
git describe --tags --exclude="dev" --exclude="[dD]ev*"
- run: |
chmod +x gradlew
./gradlew photon-lib:build --max-workers 1